All Projects → stephenjsweeney → waterCloset

stephenjsweeney / waterCloset

Licence: GPL-3.0 license
Ridiculous 2D SDL platform game

Programming Languages

c
50402 projects - #5 most used programming language
C++
36643 projects - #6 most used programming language
PHP
23972 projects - #3 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to waterCloset

quackle
Quackle crossword game artificial intelligence and analysis tool
Stars: ✭ 126 (+320%)
Mutual labels:  puzzle-game
QtDemos
This is a demo about Qt5, including Qt Custom Widget, Qt Multithreaded Downloader, QML Video Player(using OpenGL, FFmpeg and SDL2)
Stars: ✭ 18 (-40%)
Mutual labels:  sdl2
BonEngineSharp
A simple and fun SDL-based game engine in C#.
Stars: ✭ 16 (-46.67%)
Mutual labels:  sdl2
sdlpp
C++ wrapper for SDL2
Stars: ✭ 37 (+23.33%)
Mutual labels:  sdl2
sdl2-image
Haskell bindings to SDL2_image.
Stars: ✭ 16 (-46.67%)
Mutual labels:  sdl2
surfacer
AI and pathfinding for 2D-platformers in Godot.
Stars: ✭ 56 (+86.67%)
Mutual labels:  2d-platformer
combatris
A "perfect" implementation of an old classic
Stars: ✭ 20 (-33.33%)
Mutual labels:  sdl2
boiler
The Boiler framework, including sample projects
Stars: ✭ 15 (-50%)
Mutual labels:  sdl2
DeccanEngine
💠 Deccan Engine is an Open-Source Cross-Platform 2D Game Engine written in C11. Powered by SDL2.
Stars: ✭ 30 (+0%)
Mutual labels:  sdl2
faur
⚒️✨ My personal C games framework. 2D graphics, sound, inputs, states, ECS, and misc utils for data, files, math, memory, strings, time, and more. Builds for Linux, Windows, Web, and embedded devices.
Stars: ✭ 55 (+83.33%)
Mutual labels:  sdl2
ruby-imgui
Yet another ImGui wrapper for Ruby
Stars: ✭ 42 (+40%)
Mutual labels:  sdl2
ArchGE
A 2D and 3D C++ Game Engine using SDL2 and OpenGL
Stars: ✭ 15 (-50%)
Mutual labels:  sdl2
sdl2test
🎬 Testing SDL2 with V, Rust, C/++ : Nuklear, ImGui, TTF, 2D/3D, joystick, sounds, music, ...
Stars: ✭ 17 (-43.33%)
Mutual labels:  sdl2
SimpleRemoteDesktop
Remote desktop client based on h264 steam. like splashtop and other
Stars: ✭ 17 (-43.33%)
Mutual labels:  sdl2
cl-sdl2-tutorial
SDL2 examples in Common Lisp based on Lazy Foo tutorials.
Stars: ✭ 55 (+83.33%)
Mutual labels:  sdl2
platform template
Template project for platform games in Godot Engine.
Stars: ✭ 61 (+103.33%)
Mutual labels:  2d-platformer
payton
Payton! Kickstart any 3D OpenGL + GTK Ideas in a few seconds!
Stars: ✭ 45 (+50%)
Mutual labels:  sdl2
zero-graphics
Application framework based on OpenGL ES 2.0. Runs on desktop machines, Android phones and the web
Stars: ✭ 72 (+140%)
Mutual labels:  sdl2
mimstris
A falling block puzzle game created using React and Redux.
Stars: ✭ 129 (+330%)
Mutual labels:  puzzle-game
OpenHSP
Hot Soup Processor (HSP3)
Stars: ✭ 120 (+300%)
Mutual labels:  sdl2

Water Closet

Water Closet is platform game where the objective is to escape down a toilet at the end of each stage.

Alt text

Awards

itch.io's Linux Game Jam 2019:

  • 1st place in Overall Fun Factor
  • 1st place in Completeness of Experience

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.

Controls

  • [A] - Move left
  • [D] - Move right
  • [I] - Jump
  • [J] - Interact
  • [Space] - Create clone and reset
  • [Backspace] - Restart stage

Save data

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.

  • deadzone: Specifies deadzone of the joystick. This can be used to control the sensitivity of the joystick. Increase the value if you experience drift or jitter. Takes a value between 0 and 127.

Licenses

Source code

Source code (src and tools) is license under GPL 3.0

Graphics and data

Graphics (gfx) and data (data) are licensed under Creative Commons BY-NC-SA 3.0, with the following attribution: Copyright 2019, Parallel Realities | www.parallelrealities.co.uk.

CC BY-NC-SA logo

Music

Sound effects

Font

About

This game was made by Parallel Realities. You can find out more at https://www.parallelrealities.co.uk

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].