Not logged inGosu Forums
Forum back to libgosu.org Help Search Register Login
Up Topic Gosu / Gosu Showcase / Maze solving game, my first ruby gem
- By at-cuongtran Date 2017-06-21 09:00 Edited 2017-06-21 10:05
Hi everyone, this is my first Gosu game and also a first ruby gem. AMazeIng is the name of the game, I use Depth-first search recursive backtracking algorithm to create the maze, credits to this wiki page:
https://en.wikipedia.org/wiki/Maze_generation_algorithm

This game has 3 mode
- Classic
- Multiplayer
- Annoying friend

Source code and information
https://github.com/at-cuongtran/a_maze_ing

Classic mode:



Multiplayer mode:

Up Topic Gosu / Gosu Showcase / Maze solving game, my first ruby gem

Powered by mwForum 2.29.7 © 1999-2015 Markus Wichitill