A kind of bullet-hell game made in Ruby with LibGosu, and Sqlite database for score info storage.
Execute: ./install.sh
- Ruby: download the installer from https://rubyinstaller.org/ or execute
winget install -e --id RubyInstallerTeam.Ruby
- Sqlite dlls, link: https://www.tutorialspoint.com/sqlite/sqlite_installation.htm
- Ruby Gems: libgosu and Sqlite
gem install gosu sqlite3-ruby
ruby "Tartar's Hostility.rb"