https://github.com/lfalch/velox
A space ship shooter game where you program the ships' AI. Very much WIP!
https://github.com/lfalch/velox
game rust-lang wip
Last synced: 11 months ago
JSON representation
A space ship shooter game where you program the ships' AI. Very much WIP!
- Host: GitHub
- URL: https://github.com/lfalch/velox
- Owner: LFalch
- License: apache-2.0
- Created: 2016-01-14T21:02:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-11-27T11:40:12.000Z (over 8 years ago)
- Last Synced: 2025-03-01T07:30:39.459Z (over 1 year ago)
- Topics: game, rust-lang, wip
- Language: Rust
- Size: 101 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Velox [](https://travis-ci.org/LFalch/velox)
A space ship shooter game where you program the ships' AI. Very much WIP!
The original version was written in Java and had a lot more features, but that
project had been more or less abandoned.
The game uses my game engine [korome](https://github.com/LFalch/korome) (which
was in fact also written in Java originally).
## Idea
The idea is a multiplayer game with space ships shooting at each other with the
goal of trying to destroy the opponent. Though you won't be able to control your
ship with keyboard and mouse: You'll have to program it.
The ship will have systems on them, most important of which are the weapon and
sensor systems. The sensor systems will be the source of input when
programming the ships.