mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-20 11:24:05 -06:00
28 lines
659 B
Markdown
28 lines
659 B
Markdown
Project information:
|
|
|
|
Python, JS (Phaser mainly) and Unity minigames that will later interact with the Star Sailors (eth) layer.
|
|
|
|
# Python
|
|
* `keras-rl` -> DRL Space Invaders add-on
|
|
* `space-invaders` -> General space invaders game that will be similar to Arcadium (Play Store version)
|
|
|
|
## Keras-Rl
|
|
Dependencies:
|
|
* Jupyter
|
|
* [Gym[atari]](pip install git+https://github.com/Kojoley/atari-py.git)
|
|
* Keras-rl2
|
|
|
|
## Space Invaders General
|
|
In two parts:
|
|
|
|
### Python
|
|
Dependencies:
|
|
* Pygame
|
|
|
|
### Javascript
|
|
Dependencies:
|
|
* Phaser.js
|
|
|
|
Github Issue: [#24](https://github.com/signal-k/unity-demo/issues/24)
|
|
|
|
<!-- Bring streamlit / (other Python APIs) into these games --> |