An open API service indexing awesome lists of open source software.

https://github.com/jesselawson/existence-simulator

A browser-based idle clicker game written in Typescript with Parcel and Yarn.
https://github.com/jesselawson/existence-simulator

Last synced: 8 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://jessesgames.itch.io/existence-simulator).

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](https://jessesgames.itch.io/existence-simulator) 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](https://parceljs.org/features/development/) server: `yarn start [Enter]`

5. To [build](https://parceljs.org/features/production/) the game for distribution: `yarn build [Enter]`

See ParcelJS [docs](https://parceljs.org/getting-started/webapp/) for details and configuration options.

## Usage and copyright

This project is released under the General Public Licence v3 (GPL-3). [TL;DR Legal](https://tldrlegal.com/license/gnu-general-public-license-v3-(gpl-3)) 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_.