The game focuses on puzzle solving around the theme of discrete mathematics. Explore the small world in search for valuable coins. Collect 10 coins by completing puzzles and searching around and you win the game![C#/Unity] Short puzzle game designed around the concept of discrete mathematics.
Note: There is currently a resolution bug with the game, if the game stutters violently when you start it or move around, try a different resolution setting. This will be fixed in the next update!
Windows:
Download file from releases & extract
Run Help_Euler.exe
The entire game revolves around interacting through mouse clicks, or typing out your answers. You can control Euler by using the W A S D keys or the directional pad.
Commands are case-sensistive. All inputted text must be in lower-case, unless stated otherwise.
For more examples and usage, please refer to the Wiki.
Euler will need to interact with the environment to find someone willing to give him a gold coin.
However, these coins wont go without a fight! (In this case, a puzzle to solve)
Each quest giver may give more than a single coin per correct answer. There are a total of ten coins to collect!
Some coins are hidden, look carefully and interact with everything!
- 0.0.1
- Initial release
August Bryan N. Florese – @Aroueterra – aroueterra@gmail.com
Distributed under the Mit license. See LICENSE
for more information.
https://github.com/Aroueterra/
- Fork it (https://github.com/yourname/yourproject/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request