No description
Find a file
2022-11-13 00:50:30 +01:00
.vscode Add player controls and movement 2022-11-06 20:14:54 +01:00
.gitignore Add A* algo to find the path inside the owned zone 2022-11-11 23:48:17 +01:00
collisions.py Kill players when they have no zone left 2022-11-12 18:55:08 +01:00
color.py Handle captured zone with background color 2022-11-12 18:21:31 +01:00
constants.py Add frame and timer 2022-11-13 00:50:30 +01:00
direction.py Add player controls and movement 2022-11-06 20:14:54 +01:00
game.py Add frame and timer 2022-11-13 00:50:30 +01:00
map.py Random map init 2022-11-12 17:42:05 +01:00
player.py Compute scores and add proper respawn after death 2022-11-12 21:58:26 +01:00
screen.py Add frame and timer 2022-11-13 00:50:30 +01:00
server.py Handle captured zone with background color 2022-11-12 18:21:31 +01:00
square.py Handle captured zone with background color 2022-11-12 18:21:31 +01:00
trail_direction.py Add proper Square objects, add nice ASCII trails to players 2022-11-08 01:11:33 +01:00