Open Game Web Engine is a system for making non graphical strategy web games, actually is in a really early state, but I hope in the future will be fully capable of everything
This project is open source, and the only income comes from the donators, If you like the project, please donate, thank you 🍷
First of all thank you for contributing code. Please read CONTRIBUTING.MD, but I'm actually working in custom development docker configurations to allow contributors to easily work in the project part they want to work on, containers for the following "developer roles":
-
Frontend Worker: Will create a container with:
- The account system
- The backend system
- The database preconfigured
- Nginx expecting
ng serve
to be running in the host development machine
-
Backend worker: Will provide a container with:
- The account system
- The database preconfigured