cell/README.md
Zakary Timson 8608d7d98d
All checks were successful
Build Website / Build NPM Project (push) Successful in 56s
Build Website / Tag Version (push) Successful in 3s
Update README.md
2023-12-05 16:22:19 +00:00

3.1 KiB


Logo

Cell

Program your own "cell"

Version Pull Requests Issues



Table of Contents

About

Screenshot

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

JavaScript Node p5.js TypeScript

Setup

Development

Prerequisites

Instructions

  1. Install the dependencies: npm install
  2. Start the Angular server: npm run start
  3. Open http://localhost:4200

License

Copyright © 2023 Zakary Timson | All Rights Reserved

See the license for more information.