Skip to content

maxsnapper/cyoa-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cyoa-game

My attempt into learning to code in Python, with a "Choose your own adventure" game program. This has influence taken from Nethack, and choose your own adventure game books, this is only a learning exercise. Constructive criticsm welcomed, as this is primarily to improve my knowledge, including any style changes (as trying to keep to the PEP8 system). Please bear in mind this is a work in progress.

####Progress:####

  • Randomly generated maps, with random amounts of rooms, which have random sizes and positions.
  • Doors have been added on horizontal walls these are (currently) indicated by red squares.
  • Add doors to the vertical walls (currently) indicated by green squares
  • Prevent character from walking through the walls

####To do:####

  • Add some sort of game element to it, whether it's creatures
  • Clean up code some more (constantly trying to do this)

####Known bugs/defects####

  • Occasionally the game can't render a room as get's itself stuck in the generation loop (or so I suspect).
  • Sorted by preventing the loop iterate too many times, which can lead to number of rooms being low

About

Choose your own adventure game (Python)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages