https://github.com/gediminasz/games
https://github.com/gediminasz/games
gamedev python pyxel
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gediminasz/games
- Owner: gediminasz
- Created: 2018-08-02T18:42:28.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-01-19T12:23:03.000Z (over 1 year ago)
- Last Synced: 2025-03-17T14:03:22.773Z (over 1 year ago)
- Topics: gamedev, python, pyxel
- Language: Python
- Size: 3.98 MB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Typo
A typing game.

# Onset
Guitar Hero clone, but you can play any song, similarly to Audiosurf. Supports Rock Band 4 controller.

# Hybrid

A game about splicing DNA. Made during Github's 2018 Game Off game jam, of which the theme was "hybrid".
## Controls
* `left`/`right` - rotate bottom DNA
* `space` - crossover DNAs
* `tab` - flip DNAs
# Other notes
Generic stuff: https://github.com/gediminasz/pyxel-extensions
`F1` triggers hot reloading.
Powershell command to symlink `pyxel_extensions` for development purposes:
```
New-Item -Path pyxel_extensions -ItemType SymbolicLink -Value ..\..\pyxel-extensions\pyxel_extensions\
```