Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

RhythmZenigata

8
Posts
1
Following
A member registered Apr 06, 2019 · View creator page →

Creator of

Recent community posts

Thanks for running this game jam! I had fun making my little game in C and seeing others' games.

Thank you!

I think it's working for those manual commands because the library args come after the object file args. When I move `${LD_FLAGS}` after `${OBJ}` in the `game` target in the Makefile, it builds. See also https://github.com/jumper149/blugon/issues/22.

I've got it running now, thanks!

Thanks for playing!

All good! I'm probably just missing a library or have a path wrong or something. It's a VirtualBox VM running Ubuntu 20.04 LTS. I installed `build-essential` and `libx11-dev`. Here's what I get when I run `make`:


Fun idea, and clever application of the theme! Also thanks for making an easy-to-run web version, haha.

Fun little game! Was able to build and run on macOS.

Heya, trying to get your game running in an Ubuntu VM. I installed libx11-dev, but it's complaining about undefined references to XOpenDisplay, etc. Is there something else I need to install to get it building?