Skip to content
This repository has been archived by the owner on Jun 12, 2020. It is now read-only.
/ FollyEngine Public archive

Engine for argumented real-world games. Developed during my university course.

License

Notifications You must be signed in to change notification settings

proman21/FollyEngine

Repository files navigation

Real Engine: A Game Engine for the Real World.

Build Status

Project Structure

The project consists of:

  • User Interface (frontend/): the frontend GUI
  • Backend Server (backend/): a Python server that runs the GUI and talks to devices

Setup

First, make sure you have Docker and pipenv installed on your machine. Issue the following command to check.

$ pipenv --version

If no version information is shown, pipenv hasn't installed properly. Install using.

$ pip install --user pipenv

Then, install the development dependencies using pipenv.

$ pipenv install --dev

You will now have docker-compose available in a Python virtual environment. You can use pipenv run docker-compose to run docker-compose without needing to activate the virtual environment. pipenv run dc is a shortcut to avoid typing.

pipenv run dc up will run the project at http://localhost:8000/.

About

Engine for argumented real-world games. Developed during my university course.

Resources

License

Stars

Watchers

Forks

Packages

No packages published