jesselawson / existence-simulator

A browser-based idle clicker game written in Typescript with Parcel and Yarn.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Existence Simulator

This is an open source idle clicker game you can play in your browser.

Demo: You can play my finished version of the Existence Simulator on itch.io.

26-years-old30-own-blog-side-business-upgrading-equipment-writing-my-own-game

It was built from scratch with TypeScript, Bootstrap, ParcelJS, and Yarn.

Important: This open source project does not contain the end-game that you will find in the itch.io version of the game. In fact, the end-game of this repo is not implemented at all.

I hope that you can learn something from this repo, and I look forward to the games you will build and/or the contributions to this repo you will make. My closed version of Existence Simulator ends with everyone on the planet playing your game while you're the immortal president of the world.

What will the community version of Existence Simulator be?

Quickstart

  1. Clone this repo.

  2. Navigate to the repo's root folder.

  3. Install dependencies: yarn [Enter]

  4. To start the development server: yarn start [Enter]

  5. To build the game for distribution: yarn build [Enter]

See ParcelJS docs for details and configuration options.

Usage and copyright

This project is released under the General Public Licence v3 (GPL-3). TL;DR Legal has a good summary of what you can and cannot do.

Since this is made available under a GPL license, any modifications you create -- including other games built using this code -- must also be made available via a GPL license.

About

A browser-based idle clicker game written in Typescript with Parcel and Yarn.

License:GNU General Public License v3.0


Languages

Language:TypeScript 85.0%Language:HTML 12.8%Language:SCSS 2.2%Language:JavaScript 0.0%