https://github.com/themitosan/r3-water-sample-puzzle
This is a nw version of water sample - a puzzle from a classic survivor horror game, created using TMS.js and TS
https://github.com/themitosan/r3-water-sample-puzzle
bio3 game html html5 js nw nwjs puzzle r3 re3 ts web
Last synced: 3 months ago
JSON representation
This is a nw version of water sample - a puzzle from a classic survivor horror game, created using TMS.js and TS
- Host: GitHub
- URL: https://github.com/themitosan/r3-water-sample-puzzle
- Owner: themitosan
- License: gpl-2.0
- Created: 2023-06-24T12:50:36.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T02:34:08.000Z (9 months ago)
- Last Synced: 2025-02-10T08:14:06.037Z (4 months ago)
- Topics: bio3, game, html, html5, js, nw, nwjs, puzzle, r3, re3, ts, web
- Language: TypeScript
- Homepage: https://themitosan.github.io
- Size: 718 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
R3 Water Sample Puzzle
![]()
![]()
This is a nw version of water sample - a puzzle from a classic survivor horror game, created using [TMS.js](https://github.com/themitosan/TMS.js) and TS.

This project was created as a challenge - I'm still learning more about this _creepy_ language.
## Controls
- K, 0: Confirm,
- L, 6: Cancel,
- W, S, Arrow Up, Arrow Down: Select current row
- A, D, Arrow Left, Arrow Right: Move current row
- I, 8: (Endless Mode) Get random puzzle
- Esc, 0, Space: Pause menu*This game also supports DualShock 4, DualSense, PlayStation 3, GameSir X2 USB controllers.*
## How to build
- Install Node.js 20.x
- Clone this repo
- Run `npm install`
- Run selected build file (Windows: .bat, Linux: .sh)## External sources used to create this app
- [NW.js](https://nwjs.io/) - [GitHub page](https://github.com/nwjs/nw.js)
- [nw-builder](https://github.com/nwutils/nw-builder) from [nwutils](https://github.com/nwutils)
- [UglifyJS](https://github.com/mishoo/UglifyJS) created by [mishoo](https://github.com/mishoo)
- [SystemJS](https://github.com/systemjs/systemjs) created by [systemjs](https://github.com/systemjs)
- [clean-css](https://github.com/clean-css/clean-css) created by [clean-css](https://github.com/clean-css)
- [TMS.js](https://github.com/themitosan/TMS.js) created by [TheMitoSan](https://github.com/themitosan) Hi!