robertoweller / customscripts

python command line game using generated script libraries and OOP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Customscripts

This is a small command line puzzle game developed by studying python OOP properties.

To Run the Game:

  • Make sure your python env is python 3.7 or later

Clone this repo

git clone https://github.com/vcwild/customscripts.git

From the project root directory execute main.py inside "./main" folder

## Make sure you are in root
cd "./main"
python3 main.py

Tools Used

  • Python native compiler
  • Python native libraries

Note:

The game libraries use fstrings syntax, pyenv 3.7 or later.

About

python command line game using generated script libraries and OOP

License:Mozilla Public License 2.0


Languages

Language:Python 100.0%