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
- Host: GitHub
- URL: https://github.com/imdonix/logistix
- Owner: imdonix
- Created: 2020-09-24T15:31:14.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-14T20:06:28.000Z (about 2 years ago)
- Last Synced: 2024-06-14T21:26:02.201Z (about 2 years ago)
- Topics: casual, mobile, unity
- Language: C#
- Homepage:
- Size: 31.9 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)

## [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
