Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.68 KB

README.md

File metadata and controls

38 lines (26 loc) · 1.68 KB

Code RTS

Code RTS

⚠️ Work in progress.

Code RTS preview


Motivation

Inspired by the great minds from Screeps, motivated by the amazing art from Kenney, excited by the CodeSandbox's Sandpack, hugely inspired by Jacob from aarthificial YouTube channel with their Motion Canvas concept.

From all the things mentioned above the idea for "Code RTS" (still a WIP name) has born. A game which let you code your colony using Generators. This project is strictly an experiment, so all feedback is highly appreciated! You can use Discussions tab to talk about features or ideas.

⚠️ Everything in this repo is a subject to change. Proper documentation and more information will be provided very soon.

Attribution

Contributing

Structure

  • packages/app - main app to interact with the code
  • pacakges/template - Sandpack template
  • tools - useful developer tools

Running locally

  1. Run yarn in the root folder
  2. Run yarn start in the root folder to open the app.
    1. ⚠️ For now, it's important that your app runs on :3000 port.