Added title screen sound, added sound when mousing over menu links, update "required" Ruby version to 3.0+ in README

This commit is contained in:
2021-06-03 03:05:10 +00:00
parent 3986b1b0af
commit ec2b32ff92
6 changed files with 20 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ Creating a multiplayer first-person-shooter in pure Ruby; Using C extensions onl
![screenshot](https://raw.githubusercontent.com/cyberarm/i-mic-fps/master/screenshots/screenshot-game.png)
## Using
Ruby 2.5+ interpeter with support for the Gosu game library C extension.
Ruby 3.0+ interpeter with support for the Gosu game library C extension.
* Clone or download this repo
* `bundle install`
* `bundle exec ruby i-mic-fps.rb [options]`