Skip to content

kubasikus/SimplePyGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SimplePyGame

The goal of this project is to create a simple text game where player can choose a nation and fight in a nuclear war against other players by choosing from a list of actions. The goal is to survive and gather as many points as possible.

  1. Create a class to hold basic information about single nation
  • Nation_name
  • Lives
  • Score
  1. Add functions that enable modification of object's variables
  • Change_name
  • Set_lives
  • Set_score
  1. Create main loop which outputs/inputs from CLI and allows the player to take action

3a. Add player class

  1. Write unit tests

  2. Setup CI pipeline

  3. Create parser for CLI input

  4. Setup builds

  5. Create GUI

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages