jaydendavisnc/inkwave
Splatoon-style 4v4 turf-war shooter for the browser, built on three.js. No build step.
About the project
A browser-based Splatoon-style 4v4 turf-war shooter built on three.js: teams paint the arena for three minutes and the most-covered side wins. No build step, everything procedural.
Useful for
- Play a 4v4 match against bots on one of three stages
- Verify rendering and gameplay via npm run smoke in headless Chrome
- Assemble dist/ with npm run build for static hosting
README summarized by DeepSeek V4.1 Flash. Details may be inaccurate.
Why it’s trending
- 99 stars so far today, about 127 expected by the end of the day.
- The repository is 0 days old and already has 96 stars. With less than two weeks of history, there's no usual pace to compare the spike against yet.
- Top new repositories this week: #155.
- About 234 forks a day — people are taking the code.
- Recent forks include notable developers: @qnguyen3 (376 followers), @MaTriXy (217 followers).
Stars per day
Bars are daily stars, the line is the usual pace. Red marks spike days.
Numbers
- Total stars
- 96
- Today
- 99 · ≈ 127 by evening
- Forks
- 38
- Issues and pull requests
- 0
- Watchers
- 0
- Language
- JavaScript
- License
- MIT
- Created
- September 26, 2026
- Last push
- September 26, 2026
Star trust
Growth looks organic: forks and discussion are in line with active projects, and stars arrive unevenly, the way people give them.
These are heuristics, not a verdict: we judge by the repository’s behavior, not by a list of stargazers.
Spotted in
- September 26, 2026Top new repositories this week: #155
More in this category
-
5.3
dgreenheck/tidewater
A browser fishing game set on a tropical island: cast from the pier, beach or boat, fight the fish, sell your catch and buy better gear. Runs on WebGPU with its own small rendering engine, no framework.
-
4.3
Aureliengmz/clearwater
Real-time photoreal water demo in a single HTML file using WebGL2, no libraries or build step: FFT waves, caustics, refraction and glare.
-
4.3
TeamGDB/Yakumo
A native port of Monster Hunter Portable 3rd HD Ver. via static recompilation of PSP code into C++, rendering with Vulkan and SDL3; not an emulator, requires your own game copy.
-
3.9
elmasas/lcs-recomp
PC port of GTA: Liberty City Stories built on PSPRecomp, letting the PSP game run natively on PC. Game files are not included.
-
3.8
zeux/meshoptimizer
C/C++ library for optimizing triangle meshes: indexing, vertex cache and fetch optimization, quantization, simplification and compression to make GPU rendering faster and data smaller.
-
3.5
frrazer/roblox-game-boilerplate
A Roblox game boilerplate designed for AI agents: Rojo, Wally, typed Packet networking, ProfileStore data, strict Luau and an AGENTS.md. It lets an agent scaffold a game structure and follow project rules when writing…