TheQuest is a personnal project to iniate myself to game devlopment basics with ruby2d
This app was built with Ruby on Rails
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
- Clone the repo
git clone https://github.com/leN43/theQuest.git
cd theQuest- open the window
.env
ruby game.rbYou can move the magician using the left , right up and down key You can fire a fireball by pressing th space bar When you kill the dragon ,you won ! Then the windows closes
This project was made to learn the basics of both ruby2D and game development, I learned ;
- Settings up basic window Dimensions
- Parsing and colision Management
- Movements Mangement
- Addind many levels
- Enemy attacts
- Enemy colision causes loss in health bar