39 Commits

Author SHA1 Message Date
csd4ni3l
7a8fdd64ba Fix README saying 2 instead of 3 minigames 2025-11-03 15:24:55 +01:00
csd4ni3l
31973ad9d3 fix best time being None for 0.1s which looked bad 2025-11-03 15:23:36 +01:00
csd4ni3l
60bf2a65be Fix music always playing, add more jumpscares and increase chance of jumpscares 2025-11-03 15:15:50 +01:00
csd4ni3l
c616865438 update CREDITS with more attribution 2025-11-02 23:14:03 +01:00
csd4ni3l
d2792d41de Add random jumpscares which you can disable, make settings warning for all settings, remove sfx setting, remove WIP warning 2025-11-02 23:07:23 +01:00
csd4ni3l
0904eede95 Add whack a pumpkin and best score, move games to game_info and setup_game, make a modular basegame template and build upon that, fix game settings not using the current game specific settings 2025-11-02 21:23:09 +01:00
csd4ni3l
7094603bd7 Improve README, add bird enemy to pumpkin roll and finish it, add high scores to profile 2025-11-02 18:02:30 +01:00
csd4ni3l
f056977548 Cut out tombstones, make settings depend on the game, fix default settings values, fix game crashing with no setting cookies, add multiple enemies into pumpkin roll 2025-11-02 16:50:43 +01:00
csd4ni3l
dbaecc846c Add starting Pumpkin roll game which i will improve, add score and high score counters to both games 2025-11-02 13:34:28 +01:00
csd4ni3l
cf70384239 Move static resources into their own directories 2025-11-01 18:13:09 +01:00
csd4ni3l
e7293aeb09 Make game.js more modular, add page reload warning to graphics settings and make them work, add some starting code to pumpkin roll and add it to navbar 2025-11-01 18:02:38 +01:00
csd4ni3l
233ab2f878 Pumpkin memory now works, has a timer, and you can win. No high scores yet. 2025-11-01 14:43:26 +01:00
csd4ni3l
dcd6e02564 fix warning not being displayed correctly 2025-10-29 23:05:14 +01:00
csd4ni3l
b86b49c911 add warning that pumpkin memory is not part of this week 2025-10-29 23:03:39 +01:00
csd4ni3l
9dc0b42a2e Add a texturebutton in UI, make buttons for pumpkin memory and a difficulty selector, no game yet 2025-10-29 23:01:52 +01:00
csd4ni3l
5bc9ace173 I forgot to commit, but yeah i started learning kaplay and made UI for it, and added settings, no game done yet. 2025-10-29 22:18:45 +01:00
csd4ni3l
e08062a732 use New Rocker font instead of Creepster 2025-10-25 18:46:21 +02:00
csd4ni3l
78592cb848 remove logout button in login & register 2025-10-25 18:13:25 +02:00
csd4ni3l
8c334a89e2 remove logout button in countdown if not logged in 2025-10-25 18:11:49 +02:00
csd4ni3l
294c30d7e7 Return incorrect pattern error if pattern is not correct 2025-10-25 18:10:07 +02:00
csd4ni3l
5942061b16 Make it look spooky and halloween themed, delete all posts from user when deleting account and change post usernames when changing username 2025-10-25 15:29:08 +02:00
csd4ni3l
1280d805d6 make submit button not submit if comment is not given 2025-10-25 14:55:33 +02:00
csd4ni3l
2850fe4868 Make comment input required in the form 2025-10-25 14:50:34 +02:00
csd4ni3l
57237899f5 Add post creation with modals, make XSS responses 400 http code 2025-10-24 20:36:54 +02:00
csd4ni3l
7c600a2a67 fix change username XSS 2025-10-24 18:03:16 +02:00
csd4ni3l
ab44901dc0 Make Posts id autoincrement, make working posts page on home which shows the pumpkins and comment, reduce bloat by making a lightbtn setup function, fix XSS 2025-10-24 18:01:50 +02:00
csd4ni3l
ed274a24e4 Fix light button margins, make it so grids only show for the actual colorable cells, making it look much better 2025-10-24 15:00:19 +02:00
csd4ni3l
ba0bb70f2b Fix register page showing login as current page 2025-10-24 14:52:25 +02:00
csd4ni3l
3cd3bc8ac5 Update README to say public demo is up, add pumpkin lighting and remove bloat from pumpkin.js, remove debug logging and optimize drawing 2025-10-24 14:50:44 +02:00
csd4ni3l
b17bc6283e fix countdown visualization logic, optimize drawing and showing logic by only getting image data once in color getting functions 2025-10-23 22:02:04 +02:00
csd4ni3l
9de0f728d5 Modularize pumpkin.js so it's easy to adapt, make main fetch posts(no creation yet), add very coooool countdown to Halloween with pumpkin carving visualization 2025-10-23 19:52:54 +02:00
csd4ni3l
e238687a09 Move all pumpkin code to pumpkin.js, remove posts route(will be moved to home), modify the post structure 2025-10-23 17:53:23 +02:00
csd4ni3l
507c3b56bd Add grid size to docker compose, fix docker run command using debug mode and add grid size to it as well 2025-10-23 15:52:48 +02:00
csd4ni3l
810b925387 Add missing GRID_SIZE option to example env and decrease to 15, add profile page with username and pattern change, add logout, fix clear buttons submitting, add Posts table for later use, prevent timing attacks during pattern equal check 2025-10-23 15:51:22 +02:00
csd4ni3l
cc7f906000 Fix some env variable issues 2025-10-23 11:10:25 +02:00
csd4ni3l
391d55edba Remove PyPi build, convert project to not be a python module, add Docker build and files, update README, 2025-10-23 11:01:21 +02:00
csd4ni3l
a9b5a53bdb Add working register and login with database, add a register page, make a new pattern file for handling it 2025-10-22 23:16:33 +02:00
csd4ni3l
34e0b94143 Add better drawing method using cells 2025-10-22 18:23:11 +02:00
csd4ni3l
bb2eec1a42 Solid start, README added, halloween carve drawing works, but doesn't do anything yet. 2025-10-22 16:46:28 +02:00