Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.
/ city-hunt-game Public archive

A small real-life game where teams have to collect points by claiming physical locations in your town. Includes the web app for the participants and scoreboards.

Notifications You must be signed in to change notification settings

Mindgamesnl/city-hunt-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

City Game

A small web game that makes your team collect points in the real world based on GPS data.

Requirements

  • NodeJS
  • Letsencrypt certificates
  • Apache/NginX webserver

Setup

  • Fill out config/config.json with a secrure admin password, your SSL certificates, port and latitude/longitude of your start location.
  • Fill config/locations.json with your locations. Points will be generated automatically.
  • Fill out config/web-config.js with the details of your backend server
  • Install the backend on a server using
git clone https://github.com/Mindgamesnl/city-hunt-game.git
cd city-hunt-game/
cd backend/
npm install
sudo node entry.js
  • compile the frontend
git clone https://github.com/Mindgamesnl/city-hunt-game.git
cd city-hunt-game/
cd frontend/
npm install
npm run-script build
  • serve from the build directory

About

A small real-life game where teams have to collect points by claiming physical locations in your town. Includes the web app for the participants and scoreboards.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published