Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/webmatze/dragonruby-survivor
DragonRuby Survivor is a 2D survival game built with DragonRuby Game Toolkit. In this game, you control a character trying to survive waves of enemies while collecting power-ups and upgrading your abilities.
https://github.com/webmatze/dragonruby-survivor
dragonruby dragonruby-gtk survival-game
Last synced: about 1 month ago
JSON representation
DragonRuby Survivor is a 2D survival game built with DragonRuby Game Toolkit. In this game, you control a character trying to survive waves of enemies while collecting power-ups and upgrading your abilities.
- Host: GitHub
- URL: https://github.com/webmatze/dragonruby-survivor
- Owner: webmatze
- Created: 2024-08-28T21:17:18.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-28T22:06:12.000Z (4 months ago)
- Last Synced: 2024-08-28T23:24:22.116Z (4 months ago)
- Topics: dragonruby, dragonruby-gtk, survival-game
- Language: Ruby
- Homepage:
- Size: 329 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DragonRuby Survivor
DragonRuby Survivor is a 2D survival game built with DragonRuby Game Toolkit. In this game, you control a character trying to survive waves of enemies while collecting power-ups and upgrading your abilities.
## Prerequisites
- DragonRuby Game Toolkit
- Smaug (DragonRuby package manager)## Installation
1. Clone this repository:
```
git clone https://github.com/webmatze/dragonruby-survivor.git
cd dragonruby-survivor
```2. Install dependencies using Smaug:
```
smaug install
```## Running the Game
To start the game, use the following command in your terminal:
```
smaug run
```This will launch the DragonRuby runtime with your game.
## How to Play
- Use arrow keys to move your character
- Avoid enemies and collect power-ups
- Your character automatically fires at nearby enemies
- Survive as long as you can!## License
This project is open source and available under the [MIT License](LICENSE).
## Contributing
Contributions, issues, and feature requests are welcome! Feel free to check [issues page](https://github.com/webmatze/dragonruby-survivor/issues) if you want to contribute.
## Author
Mathias Karstädt
- GitHub: [@webmatze](https://github.com/webmatze)