Your-world-of-text TUI clone
Find a file
Joscha 38ab48d6f8 Add ability to write on map
Todo:
 - make ChunkDiffs contain deletions
 - inserting a " " counts as deletion on chunk level
 - allow for more unicode characters! ^^ (only harmless ones though - no newline or control characters etc.)
2017-04-06 12:53:20 +00:00
.gitignore Add .gitignore 2017-04-05 19:44:43 +00:00
chunks.py Add ability to write on map 2017-04-06 12:53:20 +00:00
client.py Add ability to write on map 2017-04-06 12:53:20 +00:00
clientchunkpool.py Plan out project structure 2017-04-04 20:20:48 +00:00
dbchunkpool.py Move ChunkDB to dbchunkpool.py 2017-04-04 20:24:27 +00:00
maps.py Add ability to write on map 2017-04-06 12:53:20 +00:00
server.py Move ChunkDB to dbchunkpool.py 2017-04-04 20:24:27 +00:00
utils.py Implement map scrolling 2017-04-06 07:20:28 +00:00