DESIGN MONKEYS

Monkey Forest // Code & Games

The Design Monkeys logo illustration - a colourful chimp
// game.js
function levelUp(p) {
  p.xp += 100;
  if (p.xp > 999)
    spawnConfetti();
}
hud.tsx
HI-SCORE  042,690
HEALTH    ███████░░░
LIVES     x3 ▲▲▲
style.css
.btn:hover {
  transform: scale(1.05)
    rotate(-2deg);
}
terminal
$ npm run build
✓ compiled in 420ms
✓ shipped to prod
commit -m
"fix: monkey now
does barrel rolls"
// todo.md
- [x] make it loud
- [x] make it fast
- [ ] sleep