An open API service indexing awesome lists of open source software.

https://github.com/ggross98/unity-hashi

Hashiwokakero (Bridges) game made with Unity. Level editor and save system are provided.
https://github.com/ggross98/unity-hashi

game gamedev level-editor save-editor unity unity3d

Last synced: 7 months ago
JSON representation

Hashiwokakero (Bridges) game made with Unity. Level editor and save system are provided.

Awesome Lists containing this project

README

          

# Hashi Game
* Hashiwokakero (Build bridges) is a logic puzzle game, you can find the explicit rule on [Wikipedia](https://en.wikipedia.org/wiki/Hashiwokakero).
* Made with Unity.
![Menu](images/menu.png)
## Contents
* Over 30 levels are playable.
![Game](images/game.png)
* An editor is provided for creating and editing levels.
* The level infomation is saved as .json file.
![Editor](images/editor.png)
* A simple gallery system is given, which could be useful for visual novels.
* A save system based on StreamingAssets is also provided.
![Gallery](images/gallery.png)