Skip to main content
P1 controls: Arrows, X, Z / P2 controls: ESDF, Tab, Q

WaternetDownloadShare

June 10, 2024

This is the WASM-4 version of my Waternet game which is a multiplatform puzzle game initially written for old consoles and handhelds like Game Boy (Color), Game Gear, Master System, Analogue Pocket and Mega Duck using the gbdk sdk. This a port with many changes to make it work for WASM-4

Controls

Button Action
A Confirm in menu and level selector, rotate or slide action while playing
B Back in menu, level selector and game

Game Modes

The aim of the game, in any game mode is always to connect all pipes so that water can flow through them from the water point source. How you can accomplish this depends on the game mode. The game has a help section in the main menu where you can always check up on the rules of each game mode.

Rotate Mode

You need to connect all the pipes so water flows through them, by pressing the A button on a pipe, to rotate the single pipe.

Slide Mode

You need to connect all the pipes so water flows through them, by pressing the A on the arrows of a row or column. The row or column will move all pipes in the direction the arrow is pointing at.

Roslid Mode

You need to connect all the pipes so water flows through them, by pressing the A on the arrows of a row or column. The row or column will move all pipes in the direction the arrow is pointing at. You can also press the A button on a pipe, to rotate the single pipe. This is a combination Rotate and Slide mode.

Graphics

Graphics (tiles), i converted using the Gimp Image Editor and the Gimp tilemap gb plugin from the gameboy tiles created in Game Boy Tile Designer and the titlescreen graphic is based on a modified title screen image from my waternet game i made for gp2x and windows. I designed the title screen in the Gimp Image Editor to just have the word waternet and the waterdrop.

Sound

Sound are just simple tones that play quickly

Music

Music was made using Online Sequencer, i created single channel, non mixed music files and later converted this music to an array storing the frequencies of notes to be used on WASM-4. I got this idea from the sheep it up game developed by Dr. Ludos. He stored the frequencies to be used for the music notes in a array. So i used the same system and all i had todo was convert the music from onlinesequencer i made to such array (by hand) as well.

You can find the music files i used for the game below:

Credits

Waternet game concept is based on the Net and Netslide game from the Simon Tatham's Portable Puzzle Collection, it's my own implementation of these 2 game concepts mixed into one game

Version history

1.1

  • Added Clickable Text & highlighting on mouse over
  • Added mouse controls
  • Adjusted black & white palette slightly
  • Switched from cpp to c
  • Add "back" option in menu's
  • Replace A / B button graphics with X / Z
  • Fixed No selector displayed in rotate help screen
  • Fixed music volume being very low
  • Fixed not necessary extra music related array for notes
  • Made Image unit8_t instead of struct since you may not initialize an array inside a struct
  • updated Makefile and wasm4.h to latest version that "w4 createnew" would generate
  • Fixed multiple warnings about int types being mixed or losing signedness etc

1.0

  • Initial Port

Source Code

https://github.com/joyrider3774/waternet_wasm4

License: CC BY-NC-SA