Skip to content

Oldschooly game about mazes, walking, and nothing else :)

Notifications You must be signed in to change notification settings

LanguidBasil/I-Used-To-Love-Mazes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 

Repository files navigation

I-Used-To-Love-Mazes

Oldschooly game about mazes, walking, and nothing else :)

Simple 3D game in console. Very simple algorithms, no dependencies and cute ASCII graphics! I was looking for a refresher and stumbled upon this amazing video on 3D graphics and decided to give it a try. First build was done in two days and it was so exciting I made it into a game (a simple one but still).

I-Used-To-Love_Mazes

Window setup:
'Windows.h's API is a nightmare, I couldn't set window size automatically so you need to do it yourself ;( Right click on game window, choose 'Properties' and on tab 'Layout' set screen buffer size to 120 width, 40 height and enable text wrapping.

Controlls:
'W' - go forwards
'S' - go baskwards
'A' - go right
'D' - go left
'→' - rotate right
'←' - rotate left

Dev controlls 'Delete' - debug message
'M' - show map

You can download game on itch.io

Links:
Text to ascii converter
Maze generation algorithm