MaximilianAdF / NoPixel-MiniGames-4.0

A web-based project designed to replicate/build similar "hacking" challenges to those that can be found on the NoPixel 4.0 FiveM Server. Constructed using React, Next.js, with TailwindCSS, TypeScript, HTML & CSS. ↓ Deployed to Vercel ↓
https://no-px.vercel.app
101 stars 42 forks source link

Update roof running puzzle to an 11x8 board #28

Closed sethwalker1 closed 8 months ago

sethwalker1 commented 8 months ago

Nopixel updated the same game board size to 11x8. This is likely to tackle the solvability issues of a randomly generated, 5x5 board.

4Head solving new puzzle

MaximilianAdF commented 8 months ago

Thanks for letting me know, I will update the css and ts to be more dynamic in case of future changes to the board size.

sethwalker1 commented 8 months ago

@MaximilianAdF I've done some of the work in #30, but the UI portion is mostly unfinished.

MaximilianAdF commented 8 months ago

Should be fixed now!