Skip to content

pulgamecanica/RubyCaster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raycasting Game with Ruby2d


  • Map
  • RayCasting
  • Player Movement
  • Gun shots

Exaples:


Game
  • Try the game and be lost in the big maze

Screen Shot 2022-06-04 at 23 44 07

Screen Shot 2022-06-04 at 23 46 17


 Learn How Raycasting Works
  • Try the interactive game to visualize the colisions!

Screen Shot 2022-06-05 at 0 08 53

Screen Shot 2022-06-05 at 0 09 00

Screen Shot 2022-06-05 at 0 10 43

Play

  git clone https://github.com/pulgamecanica/RubyCaster
  cd RubyCaster
  ruby Game.rb

Learn

  git clone https://github.com/pulgamecanica/RubyCaster
  cd RubyCaster
  git checkout single_ray_vizualiser
  ruby Game.rb