Skip to content

KevinGuancheDarias/owge

Repository files navigation

Open Web Game Engine

⚠️ PROJECT TEMPORARY IN PAUSE, DUE TO TOXIC PLAYERBASE COMMUNITY AND ABSENCE OF GAME MODERATORS, ADMINS, AND PRODUCT OWNERS

Introduction

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

Contributing

❤️ Donating ❤️

This project is open source, and the only income comes from the donators, If you like the project, please donate, thank you 🍷

Donate Using Patreon | Donate

Code contribution

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