/flaming-adventure

Hobby code -- a casual roguelike/crafter?

Primary LanguagePython

Start the game

You'll be in command mode at first. python -m start

Walk around

h, j, k, l

Insert mode

To enter insert mode, press 'i' in command mode. After typing out a command, press enter to do stuff

  • go nX nY e.g. 'go 1 1' -- move to a map sector
  • quit -- quit the game
  • q -- go back to command mode
  • look key -- key is looked up in a dictionary. e.g. 'look me' TODO le broken