Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PocketPuzzle

This is a terminal/commandLine game where the user moves digits around a grid one by one to get all the numbers in order.

What I learned

  • This was excellent practice with 2-dimensional matricies

How to play

  • Put both the game.py and the functions.py files in the same folder on your PC.
  • Open up the terminal of your choice
  • Navigate to the folder where you saved the files
  • If you are using command line then type game.py
  • If you are using a terminal then you may need to type one of these variations
    • ./game.py
    • python3 game.py

annotation 2019-02-16 130029

P.S.

Thanks to my beautiful wife Jessica for some rubber-ducky debugging.

About

A terminal puzzle game in which the goal is to get the numbers in order from top left to bottom right

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages