Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kfields/robocute
My PyWeek #6 entry using Pyglet
https://github.com/kfields/robocute
game pyglet python
Last synced: 3 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-11-22T03:48:10.000Z (almost 2 years ago)
- Last Synced: 2023-04-04T15:53:22.689Z (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.gitcd 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 wxPythonpython mainwx.py
```