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: over 1 year 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-19T00:43:29.000Z (over 2 years ago)
- Last Synced: 2025-01-08T08:40:58.852Z (over 1 year ago)
- Topics: game, gosu, gosu-game-jam, libgosu, ruby
- Language: Ruby
- Homepage: https://chadow.itch.io/asteritos
- Size: 632 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README

# Asteritos
  
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)