Skip to content

k-allard/raycasting_game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raycasting game

Collect all coins in the maze! 💰
screenshot

Usage

  1. Type make play command in the root directory of this project
  2. Enjoy! 🏁

Some customization

maps/labirint.cub is a type of config file setting
⭐ the resolution (R)
⭐ xpm files for walls (for each of the four points of the compass)
⭐ RGB colors for floor (F) and ceiling (С)
⭐ the map (1 is for a wall, 2 is for a coin)
You can go there and change something

Examples

screenshot