Skip to content

kaievns/ruby-fighter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ruby Fighter

Street fighter in ruby + gosu.

Getting Started

In order to start the game you need following libraries to be installed system-wide:

OSX

$ brew install sdl2 libogg libvorbis

Linux

$ sudo apt-get install build-essential libsdl2-dev \
                    libsdl2-ttf-dev libpango1.0-dev \
                    libgl1-mesa-dev libfreeimage-dev libopenal-dev libsndfile-dev

Play!

git clone https://github.com/MadRabbit/ruby-fighter.git
cd ruby-fighter
bundle
./bin/ruby-fighter

If you get bundle: command not found, run sudo gem install bundler.

Controls

Player 1

  • left - a
  • right - d
  • block - q
  • punch - e
  • kick - r

Player 2

  • left - k
  • right - ;
  • block - i
  • punch - p
  • kick - [

Copyright & License

All assets in this repository are properties of Capcom and copyrighted to Capcom : Street Fighter® ©CAPCOM U.S.A., INC. ALL RIGHTS RESERVED.

All code in this repository is released under the terms of the MIT license.

Copyright (C) 2015 Nikolay Nemshilov.

About

Street Fighter II in Ruby!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages