https://github.com/gbenson/untitled-game
Game ideas
https://github.com/gbenson/untitled-game
game tic-80
Last synced: 12 months ago
JSON representation
Game ideas
- Host: GitHub
- URL: https://github.com/gbenson/untitled-game
- Owner: gbenson
- Created: 2023-03-27T21:30:01.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-13T23:06:05.000Z (almost 3 years ago)
- Last Synced: 2025-02-12T06:56:11.167Z (about 1 year ago)
- Topics: game, tic-80
- Language: Python
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Untitled game
=============
I'm just messing with ideas for now, there's nothing for you to play here.
Local setup
-----------
Clone the repo::
git clone https://github.com/gbenson/untitled-game.git
cd untitled-game
Create a virtual environment::
python3 -m venv venv
. venv/bin/activate
Upgrade pip and setuptools::
pip install --upgrade pip setuptools
Install in editable mode::
pip install -e .[dev]