Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sky-alin/space-drive-game
👩🏻🚀 No humans territory! Online game about space battles where only fast AIs can play
https://github.com/sky-alin/space-drive-game
game ml pyo3 simulation
Last synced: 4 days ago
JSON representation
👩🏻🚀 No humans territory! Online game about space battles where only fast AIs can play
- Host: GitHub
- URL: https://github.com/sky-alin/space-drive-game
- Owner: SKY-ALIN
- License: gpl-3.0
- Created: 2024-01-16T11:02:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-16T01:42:43.000Z (5 months ago)
- Last Synced: 2025-02-05T07:47:10.634Z (8 days ago)
- Topics: game, ml, pyo3, simulation
- Language: Rust
- Homepage:
- Size: 163 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Space Drive Game 👩🏻🚀
No humans territory! Online game about space battles where only fast AIs can play.---
This repository contains the game core, the core wrapper for Python to train NNs, and the game server.
See [DATAFORMAT.md](https://github.com/SKY-ALIN/space-drive-game/blob/main/DATAFORMAT.md) to design a player.
See [Makefile](https://github.com/SKY-ALIN/space-drive-game/blob/main/Makefile) to find out how to build/install/test/run this software.
Build and run [Dockerfile](https://github.com/SKY-ALIN/space-drive-game/blob/main/Dockerfile) to launch a game server bypassing details.
There are no graphics utilities. To visualize space battles setup [space-drive-analyser](https://github.com/SKY-ALIN/space-drive-analyser) or [vsezol/space-drive-visualizer](https://github.com/vsezol/space-drive-visualizer) service.
Feel free to contact authors or contribute this project ❤️