▄▄▄▄
██▀▀▀
▄████▄ ███████ ██▄████ ▄█████▄ ████▄██▄ ▄████▄
██▄▄▄▄██ ██ ██▀ ▀ ▄▄▄██ ██ ██ ██ ██▄▄▄▄██
██▀▀▀▀▀▀ ██ ██ ▄██▀▀▀██ ██ ██ ██ ██▀▀▀▀▀▀
▀██▄▄▄▄█ ██ ██ ██▄▄▄███ ██ ██ ██ ▀██▄▄▄▄█
▀▀▀▀▀ ▀▀ ▀▀ ▀▀▀▀ ▀▀ ▀▀ ▀▀ ▀▀ ▀▀▀▀▀
editFrame is an editor for gameFrame, with the idea of making the environment to develop a basic game as simple as possible. The project was developed for Highschool out reach at RidgeView Highscool, as part of the University of South Carolina, Google IgniteCS program. The results of this program can be found at www.carolinaignites.org
Note: Editframe is under active development and likely to change. See a live verison here
Clone the repo
Install node modules
npm install
Launch the dev server:
npm run dev
Boot it up. Try it out. Share ridiculously long links encoding games.
We use Nix to stay sane and make sure that our servers are provisioned correctly. To work in a nix-like environment. Install Nix and perform nix develop .
and perform the commands above. To emulate a build for production, do nix build .
.