diff --git a/README.md b/README.md index 6964647..f487735 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # I-MIC FPS +![logo](https://raw.githubusercontent.com/cyberarm/i-mic-fps/master/svg/logo.svg) + 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/)) ![screenshot](https://raw.githubusercontent.com/cyberarm/i-mic-fps/master/screenshots/screenshot-game.png) @@ -14,4 +16,4 @@ Requires a Ruby runtime that supports the gosu and opengl-bindings C-extensions * `--profile` - Run ruby-prof profiler * `--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)* -* `--playdemo` - Plays the previously recorded demo *(alpha-quality feature)* \ No newline at end of file +* `--playdemo` - Plays the previously recorded demo *(alpha-quality feature)*