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

https://github.com/imdonix/logistix

Casual mobile game created in Unity
https://github.com/imdonix/logistix

casual mobile unity

Last synced: 4 months ago
JSON representation

Casual mobile game created in Unity

Awesome Lists containing this project

README

          

# Logistix

Logistix is a casual puzzle mobile game.

## [Game](https://github.com/imdonix/logistix/tree/master/Assets)

The game is created with `Unity`.

You can play the game here:

- [Google Play](https://play.google.com/store/apps/details?id=com.donix.logistix)
- [APK](https://github.com/imdonix/logistix/releases)

![Game](Documentation/game.png)

## [Backend](https://github.com/imdonix/logistix/tree/master/backend)
The game has a backend server created with `node.js`.

### Rest API

- Current version (/version)
- Current levelmap (/levels)
- Name set, get (/player)
- Resolut upload (/resoult)
- Toplist (/toplist)
- Invite player (/invite)
- Premium activation (/premium)

### Level editor
- Level map visualized
- Editor

### Bug report system
- Post
- Review

![Backend](Documentation/backend.png)