Program your own "cell"
Go to file
2023-08-14 20:48:05 +00:00
assets/styles Initial commit 2023-01-29 08:18:58 -05:00
docs Upload files to "docs" 2023-08-14 20:48:05 +00:00
src Removed unnecessary files 2023-08-14 13:07:24 -04:00
.gitignore Removed unnecessary files 2023-08-14 13:07:24 -04:00
index.html Initial commit 2023-01-29 08:18:58 -05:00
LICENSE Add LICENSE 2023-08-14 17:13:26 +00:00
package-lock.json Initial commit 2023-01-29 08:18:58 -05:00
package.json Initial commit 2023-01-29 08:18:58 -05:00
README.md Add README.md 2023-08-14 17:19:27 +00:00
tsconfig.json Initial commit 2023-01-29 08:18:58 -05:00


Logo

Cell

Program your own "cell"

Version Pull Requests Issues



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.

Built With

JavaScript Node 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 | Available under MIT Licensing

See the license for more information.