Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chadowo/asteritos
Entry for the Gosu Game Jam 5
https://github.com/chadowo/asteritos
game gosu gosu-game-jam libgosu ruby
Last synced: 4 days ago
JSON representation
Entry for the Gosu Game Jam 5
- Host: GitHub
- URL: https://github.com/chadowo/asteritos
- Owner: Chadowo
- License: mit
- Created: 2023-10-22T19:27:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-19T00:43:29.000Z (8 months ago)
- Last Synced: 2024-03-19T01:48:59.700Z (8 months ago)
- Topics: game, gosu, gosu-game-jam, libgosu, ruby
- Language: Ruby
- Homepage: https://chadow.itch.io/asteritos
- Size: 632 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Asteritos
![GitHub release (with filter)](https://img.shields.io/github/v/release/chadowo/asteritos?style=flat-square) ![GitHub](https://img.shields.io/github/license/chadowo/asteritos?style=flat-square&color=blue) ![Static Badge](https://img.shields.io/badge/get%20it-green?style=flat-square&logo=itch.io&logoColor=white&label=itch.io&color=fa5c5c&link=https%3A%2F%2Fchadow.itch.io%2Fasteritos)
Entry for the [Gosu Game Jam 5](https://itch.io/jam/gosu-game-jam-5). It's a simple [Asteroids](https://en.wikipedia.org/wiki/Asteroids_(video_game)) clone.
While the core concept of Asteroids is in the game it does have some different design choices here and there.
## Requirements
- A PC, either Windows, MacOS or Linux.
- Keyboard and mouse.
- A CPU, and GPU.
- Sound card.That's it, it's not a particularly taxing game at all :).
## Controls
This game is played with a keyboard, menu navigation can be done with both mouse and keyboard.
W A S D or ↑ ← → ↓ - Movement
Space - Shoot
Enter - Pause
Escape - Close the game
## How To Play
### Download
Either download the game from the [releases](https://github.com/Chadowo/asteritos/releases) here on GitHub or from the [itch.io page](https://chadow.itch.io/asteritos).
If you want to run the game from the source code, then do the following:
1. Download [Ruby](https://www.ruby-lang.org/) for your platform ([Windows](https://rubyinstaller.org/), [MacOS](https://www.ruby-lang.org/en/documentation/installation/#homebrew) or [Linux](https://www.ruby-lang.org/en/documentation/installation/#apt)).
2. Install all the requirements for Gosu ([MacOS](https://github.com/gosu/gosu/wiki/Getting-Started-on-OS-X#prerequisites) or [Linux](https://github.com/gosu/gosu/wiki/Getting-Started-on-Linux#dependencies)).
3. Invoke `bundle install` on the root of this repo, and then `rake` to run the game.## License
### Assets
[CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) unless noted otherwise.
### Code
[MIT license](LICENSE).
## Credits
Nordine Font - [Liam Moniez](https://www.behance.net/agraffs) - [OFL 1.1 license](/assets/fonts/nordine/license.txt)