Please sign in to access this page

Multiplayer Thrower Game

Multiplayer Thrower Game Used AI

8 devlogs
6h 10m
•  Ship certified
Created by CloudyHacker

SQUID GAME HIDE AND SEEK (KNIFE GAME) inspired multiplayer game made with plain js and html canvas which you can enjoy on your browsers

Timeline

Ship 1

0 payouts of shell 0 shells

CloudyHacker

3 days ago

CloudyHacker Covers 8 devlogs and 6h 10m

final changes have been added, multiple squid game inspired character selections available, knife throwing animation with angle shifting of pointing side(used deepseek for player selection ui in funky style, then fixed flex grid related bugs)

Update attachment

boundary condition added for player moving around map. Walking sound added

Update attachment

collision detection done and dusted. now the player can't pass through any obstacle

Update attachment

game dynamics added: ball speed, angle, size + character respawn and starting point

Update attachment

ball throwing animation added(just simple tweak, not that much math applied). need to fix asap tho

Update attachment

test player image added + its dynamics to run and speed + direction management. still figuring out how to show data events generated from one player to others. generally using sockets.emit .... server side config is done , client side is pending

Update attachment

canvas drawn up + tile image added to it. fixed the bugs too that was hectic part ngl. tmx and tsx file extension were causing random errors, at the end stackoverflow + copilot came to rescue

Update attachment

random map is being used for now for setting up the project. recent work: map layout logic added to convert 1 d tile array to 2d array, and emitting map details on socket connection

Update attachment