https://github.com/kfields/robocute
My PyWeek #6 entry using Pyglet
https://github.com/kfields/robocute
game pyglet python
Last synced: 8 days ago
JSON representation
My PyWeek #6 entry using Pyglet
- Host: GitHub
- URL: https://github.com/kfields/robocute
- Owner: kfields
- License: mit
- Created: 2015-06-13T09:40:37.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2022-11-22T03:48:10.000Z (over 3 years ago)
- Last Synced: 2025-01-18T21:03:14.654Z (over 1 year ago)
- Topics: game, pyglet, python
- Language: Python
- Homepage:
- Size: 1.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RoboCute :robot:
This is a game I wrote for [PyWeek #6](https://pyweek.org/)
## Quick Start
```bash
git clone https://github.com/kfields/robocute.git
cd robocute
poetry shell
poetry install
python main.py
```
## wxPython Integration
Since there aren't any binary wheels for wxPython, I leave this to you, the reader.
In short, it takes a long time to build. :(
### Ubuntu
```bash
sudo apt install libgtk-3-dev
pip install wxPython
python mainwx.py
```