mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-15 15:42:35 +00:00
Update README.md
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
# I-MIC FPS
|
# I-MIC FPS
|
||||||
|

|
||||||
|
|
||||||
Creating a multiplayer first-person-shooter in pure Ruby; Using C extensions only for Rendering, Sound, and Input. ([Gosu](https://libgosu.org) and [opengl-bindings](https://github.com/vaiorabbit/ruby-opengl/))
|
Creating a multiplayer first-person-shooter in pure Ruby; Using C extensions only for Rendering, Sound, and Input. ([Gosu](https://libgosu.org) and [opengl-bindings](https://github.com/vaiorabbit/ruby-opengl/))
|
||||||
|
|
||||||

|

|
||||||
@@ -14,4 +16,4 @@ Requires a Ruby runtime that supports the gosu and opengl-bindings C-extensions
|
|||||||
* `--profile` - Run ruby-prof profiler
|
* `--profile` - Run ruby-prof profiler
|
||||||
* `--mesa-override` - (Linux) Force MESA to use OpenGL/GLSL version 3.30
|
* `--mesa-override` - (Linux) Force MESA to use OpenGL/GLSL version 3.30
|
||||||
* `--savedemo` - Record camera movement and key events to playback later *(alpha-quality feature)*
|
* `--savedemo` - Record camera movement and key events to playback later *(alpha-quality feature)*
|
||||||
* `--playdemo` - Plays the previously recorded demo *(alpha-quality feature)*
|
* `--playdemo` - Plays the previously recorded demo *(alpha-quality feature)*
|
||||||
|
|||||||
Reference in New Issue
Block a user