https://github.com/jameszoft/uocum_ludum
Voice activated game in Ruby
https://github.com/jameszoft/uocum_ludum
Last synced: 26 days ago
JSON representation
Voice activated game in Ruby
- Host: GitHub
- URL: https://github.com/jameszoft/uocum_ludum
- Owner: JamesZoft
- Created: 2018-03-15T09:42:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-13T10:15:43.000Z (almost 8 years ago)
- Last Synced: 2025-01-08T00:20:14.665Z (over 1 year ago)
- Language: Ruby
- Size: 940 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
You'll need Ruby installed.
This comes by default on Mac, and is easy to install on Linux.
https://www.ruby-lang.org/en/documentation/installation/
You also need to install sdl2:
On Mac:
brew install sdl2
On linux:
Please follow the instructions here: https://github.com/gosu/gosu/wiki/Getting-Started-on-Linux
As this game uses Curses to print text to the terminal, this will not work on
Windows unless you run it inside a terminal emulator, as windows' cmd.exe
is not a real terminal.
To run:
ruby play_sokoban.rb
in the command prompt.