An open API service indexing awesome lists of open source software.

https://github.com/gediminasz/games


https://github.com/gediminasz/games

gamedev python pyxel

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# Typo

A typing game.

![typo](gifs/typo.gif)

# Onset

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

![onset](gifs/onset.gif)

# Hybrid

![hybrid](gifs/hybrid.gif)

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\
```