https://github.com/encelo/wetpaper
A game made with nCine for the Global Game Jam 2025
https://github.com/encelo/wetpaper
game global-game-jam-2025 ncine
Last synced: about 2 months ago
JSON representation
A game made with nCine for the Global Game Jam 2025
- Host: GitHub
- URL: https://github.com/encelo/wetpaper
- Owner: encelo
- License: mit
- Created: 2025-02-05T01:46:44.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-03-04T11:57:15.000Z (3 months ago)
- Last Synced: 2025-04-15T20:57:48.398Z (2 months ago)
- Topics: game, global-game-jam-2025, ncine
- Language: C++
- Homepage: https://encelo.itch.io/wet-paper
- Size: 27.3 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/encelo/WetPaper/actions?workflow=Linux)
[](https://github.com/encelo/WetPaper/actions?workflow=macOS)
[](https://github.com/encelo/WetPaper/actions?workflow=Windows)
[](https://github.com/encelo/WetPaper/actions?workflow=MinGW)
[](https://github.com/encelo/WetPaper/actions?workflow=Emscripten)
[](https://github.com/encelo/WetPaper/actions?workflow=Android)
[](https://github.com/encelo/WetPaper/actions?workflow=CodeQL)# *WetPaper*
An arcade game made with the nCine for the Global Game Jam 2025 by the 3 a.m team with "Bubbles" as a theme.The jam team was composed of Encelo and Cominu for programming, and awachirri88 and JustABallOfAnger for the art.
You can find the original version here: https://globalgamejam.org/games/2025/papel-mojado-9
## Changelog from the jam version
- Clean code (variable renaming, dead code removal, bug fixing)
- Add a `Config` namespace to remove magic numbers and strings
- Fill `NCPROJECT` variables
- Add a CTRL + H shortcut to show/hide the ImGui debug interface
- Add a game icon
- Add GitHub Actions YAML scripts- Add support for window scaling factor
- Use the new `NCPROJECT_DEBUG` compiler definition
- Change the quit keyboard shortcut to CTRL + Q