Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Mazemaze - simple 3d maze game  (Read 4429 times)

0 Members and 1 Guest are viewing this topic.

mira_strannaya

  • Newbie
  • *
  • Posts: 3
    • View Profile
    • Personal website
    • Email
Mazemaze - simple 3d maze game
« 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.


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
Official page (in russian): https://mira-strannaya.ru/articles/mazemaze

I'm waiting for your stars on github!

 

anything