Browse Source

created

develop
Rob Colbert 2 years ago
parent
commit
d31a7f66e5
  1. 13
      LICENSE
  2. 11
      README.md

13
LICENSE

@ -0,0 +1,13 @@
Copyright 2022 Rob Colbert @[email protected]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

11
README.md

@ -0,0 +1,11 @@
# CyberEgg 2077
This project is a sandbox for building the Nice Arcade SDK. I'm tinkering right now, but it will be a simple and lightweight HTML5 gaming engine that can be used to quickly create playable games that can be hosted in Nice Arcade.
## Starting the Dev Server
```sh
yarn start
```
This will run [minigame-engine.js](minigame-engine.js), which is just enough ExpressJS and Pug to emulate how the game will be loaded and presented by a DTP application.
Loading…
Cancel
Save