Skip to content

Commit

Permalink
v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenjsweeney committed Feb 5, 2020
1 parent 51b7486 commit 565749a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
* 1st place in Overall Fun Factor
* 1st place in Completeness of Experience

This game is still in development. More screenshots can be found in the dev/screenshots folder. If the game crashes on startup, try deleting the save game data (see below).

## Compiling
This game requires SDL 2.0 (along with SDL Mixer, SDL Image, and SDL TTF). Compile by running make and then ./waterCloset to run the game.

Expand All @@ -22,7 +20,7 @@ This game requires SDL 2.0 (along with SDL Mixer, SDL Image, and SDL TTF). Compi
* [Backspace] - Restart stage

## Save data
Save game data is stored in ~/.local/share/wc. If the game crashes on start up, try deleting the game.json and config.json files and trying again. This may happen from time to time until the game reaches v1.0.
Save game data is stored in ~/.local/share/waterCloset.

## Extended config
Some options won't be found in the main game UI, but can be accessed and tweaked the game's ~/.local/share/config.json file.
Expand Down
4 changes: 2 additions & 2 deletions common.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION = 0.9
REVISION = 2
VERSION = 1.0
REVISION = 0

OUT = bin

Expand Down
2 changes: 1 addition & 1 deletion data/stages/001.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"facing": "left"
}],
"tips": [
"Welcome to WC! Your goal in each stage is to escape down the toilet.",
"Welcome to Water Closet! Your goal in each stage is to escape down the toilet.",
"Walter (that's you) will encounter all manner of weird and wonderful stuff on his journey home, so be prepared.",
"These tips will show up from time to time during the game to aid you on your journey. Press [F1] to show them again if you get stuck. A little blue information icon will appear in the top status bar when they are available.",
"For now, head right to dive down the toilet and complete this first screen."
Expand Down

0 comments on commit 565749a

Please sign in to comment.