Skip to content

codycuellar/gamelab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

This is just a playground for experimenting in making games. Right now there's a basic snake game, and a monster truck game. To set up either one, from the repo root, run:

python -m venve venv

# run either of the follow commands depending on platform
# on mac terminal run:
source venv/bin/activate
# on Windows gitbash run
source venv/Scripts/activate

pip install -r requirements.txt

From there you can go into one of the game pacakges and run the game or work on it.

About

Just making games for fun.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages