SFML community forums

General => SFML projects => Topic started by: mira_strannaya on October 21, 2020, 10:32:52 pm

Title: Mazemaze - simple 3d maze game
Post by: mira_strannaya on October 21, 2020, 10:32:52 pm
Here is my simple game, written using SFML for graphics and SFGUI for GUI.
The game is a bit strange, but it's intended to be such.

(https://mira-strannaya.ru/images/mazemaze/screenshot.png)

The game is also localized into several languages using the gettext library.
Much attention has been paid to the GUI, all settings are applied immediately, without any "Apply" buttons.
Supports GNU/Linux and Windows, i'll also make macOS support in the future.
I used legacy opengl to make the game work even on very old hardware like my Dell Inspiron 1300.

Github page: https://github.com/mirai65536/mazemaze (https://github.com/mirai65536/mazemaze)
Official page (in russian): https://mira-strannaya.ru/articles/mazemaze (https://mira-strannaya.ru/articles/mazemaze)

I'm waiting for your stars on github!