Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 1.5 KB

File metadata and controls

30 lines (16 loc) · 1.5 KB

Layton's Puzzles

This is a Professor Layton fangame I've worked on from the 11th of March 2021 to the 11th of April 2021.

My goal was to make a game that could allow anyone to play the puzzles from the DS games without the need for emulation, and give enough customizability to let people create their own puzzles in the same style.

As a result, all puzzles are stored as XML files that are to be included with builds of the game, so anyone can edit them.

I ended up scrapping the project, but never released it. As I recently took interest in Layton games again, I thought it would be cool to have it available somewhere.

Progress

Most "multiple-choice question", "check the correct elements" and "move the correct items in the correct spots" puzzles from Professor Layton and the Spectre's Call / Professor Layton and the Last Specter were adapted.

Nothing was done yet for the other three DS games.

Building

This project was made using Unity 2017.4.35.

In order to build this project, you need to install it and open the project's directory with it. Then, just build it with your OS as a target. I have only tested it with Windows, but there's no reason for it not to work on something else.

Releases

You can download the latest Windows build in the Releases tab.

License

See the LICENSE file.