canberk / greyd

Android game server side. (University Graduation project)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

drawing

---

Build Status

Greyd is a location based android game application. The main goal is to increase the daily exercise of the players. Players try to collect bait within a certain period of time. Most bait-taken player winner the game.

Requirements

Docker
Docker compose
GeoNames Account for find city name to location.

Usage

git clone https://github.com/canberk/greyd.git
cd greyd/
echo GEONAMES_USERNAME=${GEONAMES_USERNAME} > .env
docker-compose up --build

If you want to run tests:

docker-compose -f docker-compose.test.yml -p ci up -d --build
docker logs ci_app_1
docker logs ci_test_1

About

Android game server side. (University Graduation project)

License:MIT License


Languages

Language:Python 98.9%Language:Dockerfile 1.1%