aaevan / asyncio_text_game

An attempt to make a real-time, text-based game using asyncio.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asyncio_text_game

An on again, off again three-years-long attempt to make a real-time rogue-adjacent game using asyncio.

Mostly it's been an excuse to do a small daily commit but I'm pretty happy about where it's gotten to.

Start game by running "python async_game.py" inside the cloned directory.

Press ? for keybindings.

WASD to move, IJKL to look. X enters look mode. Backspace to exit (broken right now).

See handle_input function for full list of testing commands.

See map_init for layout of rooms and world generation.

About

An attempt to make a real-time, text-based game using asyncio.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%