Skip to content

Russjas/annoying-game

Repository files navigation

annoying-game

An annoying text game I made to learn a bit of python

Adventure_game.py This is a very simple text adventure style game that I made with if statements and functions to learn if statements and functions. It runs in the console/terminal

An_Annoying_Game.py requires tkinter to run in the console This is the adventure game re-written to work in a tkinter GUI

An_Annoying_Game.exe This is the tkinter version as a .exe converted using auto-py-to-exe

An_Annoying_Game_OOP_v2 is a version written with an oop mindset after some useful feedback on global variables and using classes

An_Annoying_Game_OOP_v2.1 adds unique responses from search results

An_Annoying_Game_Buttons is written with no text entry, just buttons. Also has an exe. Code is more ready to scale the game

An Annoying_Game_v3 is the final version and requires the csv files. It has to be run in an interpreter. If you run it, and it you get frustrated, you can ask me for the map.

About

An annoying text game I made to learn a bit of python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages