Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/Toby222/SharkGame into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
stampyzfanz committed Nov 8, 2024
2 parents d022795 + c15e99c commit 8b263c8
Show file tree
Hide file tree
Showing 6 changed files with 90 additions and 58 deletions.
29 changes: 23 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,30 @@
# Shark Game

Shark Game is a web game made entirely 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.
Shark Game is a web game made entirely in HTML, CSS and JavaScript. It is a game belonging to the "incremental" genre, though is not an "idle" game.

## Development Plan
It was originally conceived for Seamergency 2014 by Cirrial, who spent a few years working on it before moving on to other projects. In 2020, spencers145 (AKA base4) and Toby222 picked up the project to continue developemnt. spencers145 made a fork, where an older version of the project currently sits. Toby222 forked that to make this repo, which holds the up-to-date game.

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.
The hub branch holds the landing page for the game, which disambiguates the available versions of it, both current and historical. The alpha branch is for stable releases, and the dev branch is for development builds.

While the game is in a more-than-playable state, it remains unfinished. This mod, dubbed New Frontiers, intends to finish what Cirrial started, and then move on to reimagine the game and its world.
The hub, alpha, and dev branches are deployed at https://shark.tobot.dev, https://alpha.shark.tobot.dev, and https://dev.shark.tobot.dev respectively.

This repository holds the second step of development, which is to reimagine each of the worlds as unique places with individually significant and different gameplay elements, along with UI improvements and overhauls to major game mechanics.
## Sprite Packing

Contributions welcome.
We use a free sprite packer at https://free-tex-packer.com/app/ for sprites.js, sprites.png, homemessagesprites.png, and homemessagesprites.js.

To generate sprites.js and sprites.png, use the following custom Format:
```
SharkGame.Sprites = {
{{#rects}}
"{{{name}}}": {
frame: {
x: {{frame.x}},
y: {{frame.y}},
w: {{frame.w}},
h: {{frame.h}}
},
},
{{/rects}}
}
```
To generate homemessagesprites.png and homemessagesprites.js, replace `SharkGame.Sprites` with `SharkGame.HomeMessageSprites` above.
4 changes: 4 additions & 0 deletions contributors.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,10 @@ <h2>SHARK GAME: NEW FRONTIERS</h2>
<td><a href="https://github.com/glowkate">Glowkate</a></td>
<td>Art</td>
</tr>
<tr>
<td><a href="https://www.youtube.com/@WorkerDroneMainBattleTrain">Main Battle Train</a></td>
<td>Art</td>
</tr>
<tr>
<td><a href="https://http.cat/404">UnstoppableGiant</a></td>
<td>Playtesting, Art</td>
Expand Down
Binary file added img/small/actions/getCrimsonCombine.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/sprites.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 8b263c8

Please sign in to comment.