https://github.com/willroy/rubygame
Read README.md
https://github.com/willroy/rubygame
Last synced: 12 months ago
JSON representation
Read README.md
- Host: GitHub
- URL: https://github.com/willroy/rubygame
- Owner: willroy
- Created: 2016-09-11T19:31:13.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-10-29T10:46:34.000Z (over 8 years ago)
- Last Synced: 2025-01-20T22:53:33.596Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 1.06 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rubygame
This project uses 'Gosu', Gosu is a 2D game development library.
There is just the master branch atm which contains the WIP game.
(Made in ruby)
Linux Installation Instructions:
1:
Do "sudo apt-get install build-essential libsdl2-dev libsdl2-ttf-dev libpango1.0-dev \
libgl1-mesa-dev libfreeimage-dev libopenal-dev libsndfile-dev libmpg123-dev"
(this is for the dependencies)
2:
Do "sudo apt-get install ruby-dev"
(If you dont already have ruby)
3:
Do "gem install gosu" / "sudo gem install gosu" (if permission denied)
(To install the required ruby gem)
Then download the files with git clone, go into terminal and "cd" into the directory, when there do:
"./main.rb"
I am currently creating this in VIM, because its a good editor 👍
go to the main branch to see most updated version
Going to turn into A RUBY GEM SOON SOon soon (aka never)