iimog / hot-wire

Fun little browser game

Home Page:https://markus.ankenbrand.me/hot-wire

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hot Wire

A fun little browser game.

Move the mouse from the green field to the red one without touching any black walls.

Timer starts as soon as you touch the green area with your cursor. It stops when hitting a wall or reaching the goal (red field). When you hit a wall the timer is stopped and you need to move back to the green field to re-start it.

⚠️ Only works with mouse, touch is not supported.

Try it!

Screenshot of Hot Wire after a successful try

Level design

Levels are plain png images. Just use #ff0000 for the goal, #00ff00 for the start, #000000 for walls and #ffffff for everything else.

Attribution

The seven segment display component is derived from Brian Hayes CodePen: https://codepen.io/joeyred/pen/gEpVbM available under MIT License.

License

This code is available under MIT License.

About

Fun little browser game

https://markus.ankenbrand.me/hot-wire

License:MIT License


Languages

Language:TypeScript 82.6%Language:HTML 11.1%Language:CSS 6.3%