This is a nw version of water sample - a puzzle from a classic survivor horror game, created using TMS.js and TS.
This project was created as a challenge - I'm still learning more about this creepy language.
- 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.
- Install Node.js 20.x
- Clone this repo
- Run
npm install
- Run selected build file (Windows: .bat, Linux: .sh)
- NW.js - GitHub page
- nw-builder from nwutils
- UglifyJS created by mishoo
- SystemJS created by systemjs
- clean-css created by clean-css
- TMS.js created by TheMitoSan Hi!