SharkGame rewrite in svelte https://rewrite.shark.tobot.dev/
This repository has been archived on 2021-11-08. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2021-09-27 19:33:07 +02:00
.vscode Initial commit 2021-09-26 17:52:32 +02:00
public Buncha stuff 2021-09-26 21:03:56 +02:00
src Update README and make discord open in new tab 2021-09-27 19:33:07 +02:00
.eslintrc.cjs Buncha stuff 2021-09-26 21:03:56 +02:00
.gitignore Initial commit 2021-09-26 17:52:32 +02:00
.prettierrc Initial commit 2021-09-26 17:52:32 +02:00
package.json Add preview command to build&server production 2021-09-27 13:26:29 +02:00
README.md Update README and make discord open in new tab 2021-09-27 19:33:07 +02:00
rollup.config.mjs Fix rollup scss processing 2021-09-27 12:30:23 +02:00
tsconfig.json Minimal HomeAction and Tabs 2021-09-27 18:30:31 +02:00
yarn.lock Buncha stuff 2021-09-26 21:03:56 +02:00

Shark Game

The original Shark Game is a web game written in HTML, CSS and JavaScript by Cirrial.
It is a game belonging to the "idle" or "incremental" genre. It does not require constant player attention, and can progress while the player does other things before returning to it. This isn't in any way a new or pioneering concept - a lot of people have probably heard of Candy Box or A Dark Room, or the more popular contemporary Cookie Clicker.

Development Plan

Cirrial originally developed this game for Seamergency 2014, but continued to develop it afterward. It quickly became a niche favorite among idle game enthusiasts. After a string of updates, Cirrial dropped development in mid-2015. The final version is v0.71.

While the game is in a more-than-playable state, it remains unfinished. So now there's a mod trying to remedy this.

That Mod is still based on the old source, and can thus be a bit unweildy.
This project aims to rewrite the game from the ground up in a more managable format by way of svelte. Svelte was chosen because I already did react and wanted to try something else.

Contributions welcome.