Go to file
nemo 8d310e3191 penger ascii 2025-03-10 12:48:01 +01:00
out chore: update .gitignore to exclude output directory and keep .gitkeep 2024-11-27 14:01:14 +01:00
static penger ascii 2025-03-10 12:48:01 +01:00
templates add plausible web analysis 2025-01-29 20:07:08 +01:00
.gitignore chore: update .gitignore to exclude output directory and keep .gitkeep 2024-11-27 14:01:14 +01:00
README.md readme link to penger party 2024-11-26 11:46:21 +01:00
app.c chore: refactors files path 2024-11-27 14:02:45 +01:00
build.sh refactor: Remove leaderboard from templates 2024-11-27 14:44:49 +01:00
docker-compose.yml chore: remove version declaration from docker-compose.yml as it's deprecated 2024-11-27 13:51:46 +01:00
game-screenshot.png game screenshot 2024-11-26 11:32:42 +01:00
leaderboard.json refactor: Remove leaderboard from templates 2024-11-27 14:44:49 +01:00
load.js chore: refactors files path 2024-11-27 14:02:45 +01:00
map-creator.html map creator 2024-11-25 16:20:51 +01:00
maps.json maps 2024-11-26 09:37:42 +01:00
package-lock.json serveur: list of player 2024-11-18 15:59:28 +01:00
package.json serveur: list of player 2024-11-18 15:59:28 +01:00
png2c.c chore: move coin and hand to statics and modify c compilation 2024-11-27 13:56:31 +01:00
reset-leaderboard.js refactor: Remove leaderboard from templates 2024-11-27 14:44:49 +01:00
server.js penger ascii 2025-03-10 12:48:01 +01:00
stb_image.h auto penger 2024-11-13 10:05:35 +01:00

README.md

PENGER PARTY

Let's penger together

game screenshot

Build

npm i
./build.sh

Run node reset-leaderboard.js for reset the today section of the leaderboard, add this command to your cron tab to reset daily (optional).

Play

Play at penger.party or localy :

npm run start

or

node server.js

or

docker-compose up -d

then go to http://localhost:6969