Trilarion / opensourcegames

Technical infos of open source games.
https://trilarion.github.io/opensourcegames/
Creative Commons Zero v1.0 Universal
623 stars 78 forks source link

Add Rise Of Enigmas #340

Open AmirHammoutene opened 2 years ago

AmirHammoutene commented 2 years ago

These are series of enigmas games. Enjoy thinking about problems and puzzles.

This 1.3 version contains :

...but more types of enigmas are coming soon

https://github.com/AmirHammoutene/RiseOfEnigmas

By the way, if people with big hearts can manage to compile on Linux, Mac and Android and share to me the installers it would be great ! (Qt 6 is needed) And if people with bigger hearts, feel free to contact me to contribute, developing other type of puzzle game for example.

C++/Qt6

An image for your wall : https://i.ibb.co/T8ftByf/Euler-Graph.png

Trilarion commented 2 years ago

Thanks, I will add it. One way towards cross compilation is using CMake. And how well does Qt work together with Android?

AmirHammoutene commented 2 years ago

Normally, Qt 6 is fully crossplatform, qmake also But it's not impossible we have to put some #ifdef Q_OS_ANDROID in code or android { in qmake