A small, ascii only, pattern recognition game
Find a file
2024-12-01 18:04:55 +00:00
__pycache__ adds game 2024-12-01 16:37:27 +00:00
display.py adds game 2024-12-01 16:37:27 +00:00
enemy.py adds game 2024-12-01 16:37:27 +00:00
input.py adds game 2024-12-01 16:37:27 +00:00
level.py adds game 2024-12-01 16:37:27 +00:00
level_runner.py adds game 2024-12-01 16:37:27 +00:00
main.py adds game 2024-12-01 16:37:27 +00:00
player_stats.py adds game 2024-12-01 16:37:27 +00:00
README.md Update README.md 2024-12-01 18:04:55 +00:00
tunnel.py adds game 2024-12-01 16:37:27 +00:00
tutorial.py adds game 2024-12-01 16:37:27 +00:00

tunnel-tunnel

A game made for AberCompSocs 2024 ascii game jam. Play a creature that decides to tunnel a tunnel

See a demo of it being played here

running it install pycurses through pip, thats it!