Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 706 Bytes

File metadata and controls

35 lines (20 loc) · 706 Bytes

underfire

Put your desktop on fire and overheat your computer, all at the same time!

demo.mp4

Your CPU cycles are not important

Install

I did it twice, choose one.

The Zig is faster I think and produces a smaller binary, probably cause it uses shared libraries.

Go

Clone the repo and run with go:

git clone https://github.com/braheezy/underfire
cd underfire/go
go run main.go

To exit, click/focus the fire and press Esc.

Zig

Clone the repo and run with zig:

git clone https://github.com/braheezy/underfire
cd underfire/zig
zig build run

this is fine