Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 538 Bytes

File metadata and controls

31 lines (17 loc) · 538 Bytes

Blockgame

A software rendered 3D game about falling blocks, written in Go++, that uses SDL3.

screenshot

Tested on Linux.

Requires

Building

make

To cross-compile a Windows executable from Linux you need a mingw-w64 toolchain and the SDL3 mingw libraries, then run:

make win64

This produces blockgame.exe. Ship SDL3.dll alongside it to run on Windows.

Running

./blockgame

General info

  • Version: 1.0.0
  • License: The Unlicense