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.
- Host: GitHub
- URL: https://github.com/jesselawson/existence-simulator
- Owner: jesselawson
- License: gpl-3.0
- Created: 2022-03-11T18:33:37.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-11T18:42:56.000Z (about 3 years ago)
- Last Synced: 2025-05-12T23:48:55.067Z (8 days ago)
- Language: TypeScript
- Size: 229 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: COPYING
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Support: .github/SUPPORT.md
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).
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_.