Program your own "cell"
assets/styles | ||
docs | ||
src | ||
.gitignore | ||
index.html | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json |
Table of Contents
About
Cell is an experimental game concept. It's goal is to create a fun programming game themed around microscopic cells & their evolution.
Players have access to an API in Javascript to program a cell to consume other cells & survive a hostile environment. As the user progresses they will gain access to more of the API allowing their cells to become more complex.
The game is built using the p5.js to render simple game objects.
Built With
Setup
Development
Prerequisites
Instructions
- Install the dependencies:
npm install
- Start the Angular server:
npm run start
- Open http://localhost:4200
License
Copyright © 2023 Zakary Timson | All Rights Reserved
See the license for more information.