Skip to content

Aroueterra/Help_Euler

Repository files navigation

NPM Version Build Status Downloads Stats

Help Euler!

[C#/Unity] Short puzzle game designed around the concept of discrete mathematics.

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!

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!

Installation

Windows:

Download file from releases & extract
Run Help_Euler.exe

Usage example

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.

The hub world

Hub screen

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)

Hub screen

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!

Release History

  • 0.0.1
    • Initial release

Meta

August Bryan N. Florese – @Aroueterraaroueterra@gmail.com

Distributed under the Mit license. See LICENSE for more information.

https://github.com/Aroueterra/

Hub screen

Contributing

  1. Fork it (https://github.com/yourname/yourproject/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request