Skip to content

A text based adventure game that you can play in your cmd or terminal.

License

Notifications You must be signed in to change notification settings

mandyedi/cli-adventures

Repository files navigation

CLI Invaders

Video Demo:

Description:

TO DO

Ideas:

  • Use pyscript to run the game on the web
  • do I need global current_place? do I need to pass game_data to actions? isn't current_place enough? OR
    game_context = {
        "game_data": game_data,
        "current_place": current_place (or key of current place)
    }
    
  • random start point from multiple startplaces have a different list in game data for them
  • make backpack and notes part of game_data
  • save game
  • collect text from favorite games

Favorite Texts

Commandos

I'm afraid that is not possible!

Morrowind

Welcome Outlander!

Star Craft

Monkey Island

References

Salad Fingers: rusty spoon, Hubert Cumberdale, Marjory Stewart-Baxter, and Jeremy Fisher The Dark Tower: riddles

About

A text based adventure game that you can play in your cmd or terminal.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages