BangleApps/apps/waternet/README.md

53 lines
3.0 KiB
Markdown
Raw Normal View History

2023-09-07 02:46:57 +00:00
# Waternet
2023-09-20 09:46:16 +00:00
This is the Bangle Js 2 version of my Waternet game which is a multi platform puzzle game initially written for old consoles and handhelds.
2023-09-07 02:46:57 +00:00
![screenshot 1](screenshot1.png) ![screenshot 2](screenshot2.png) ![screenshot 3](screenshot3.png)
## 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
![rotate legend](rotate-legend.png) ![rotate finish](rotate-finish.png) ![rotate](rotate.png)
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
![slide legend](slide-legend.png) ![slide finish](slide-finish.png) ![slide](slide.png)
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
![roslid legend](roslid-legend.png) ![roslid finish](roslid-finish.png) ![roslid rotate](roslid-rotate.png) ![roslid slide](roslid-slide.png)
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 on a pipe, to rotate the single pipe. This is a combination Rotate and Slide mode.
## Features
* 3 game modes (rotate, slide, roslid)
* 5 difficulties per game mode (very easy, easy, normal, hard, very hard)
2023-09-20 09:46:16 +00:00
* 375 levels spread over all difficulties and game modes (25 levels per difficulty and game mode)
2023-09-07 02:46:57 +00:00
* Random mode to generate random levels for each game mode
* Touch controls + option to display up / down / left / right / middle rects of where to touch (to simulate a dpad and button)
2023-09-20 09:46:16 +00:00
* Option to use theming support or not
* Option to Play with or without widgets loaded (full screen)
2023-09-07 02:46:57 +00:00
## Controls
| Button | Action |
|--------|--------------------------------------------------------------------------|
| Upper screen Touch | Move up in menus, Move selector up during gameplay |
| Lower screen Touch | Move down in menus, Move selector down during gameplay |
| Left screen Touch | Move selector left during gameplay |
| Right screen Touch | Move selector right during gameplay |
| Middle screen Touch | Confirm in menu and level selector, rotate or slide action while playing |
| Btn or long middle screen touch | Back in menus, level selector and game |
## Requests
You can contact me on my [github](https://github.com/joyrider3774)
## Credits
Waternet game concept is based on the Net and Netslide game from the [Simon Tatham's Portable Puzzle Collection](https://www.chiark.greenend.org.uk/~sgtatham/puzzles/),
2023-09-20 09:46:16 +00:00
it's my own re-implementation of these two game concepts mixed into one game
2023-09-07 02:46:57 +00:00
## Creator
2023-09-20 09:46:16 +00:00
[Willems Davy](https://github.com/joyrider3774)
2023-09-07 02:46:57 +00:00