A downloadable game for Linux

redbar

Description

This is a "Moorhun" like game written in go with the pixel library.

Motivation

Made for the Game off 2022, theme being "cliché". This builds on the cliché, that red barrels are always conveniently placed. Basically you are the red barrel and have to move in the scope, so you are conveniently placed.

Controls

  • Press F to make the window fullscreen, press F again to make it windowed
  • Press Q to quit
  • Move your Cursor to move the Barrel

TODO:

[ ] compile binary for Windows

[ ] add in-game control-explanation

Request features: https://github.com/falkwitte/redbar

Download

Download
redbar 4 MB
Download
red_barrel.png 7.2 kB
Download
scope.png 730 bytes

Install instructions

all the files need to be in the same directory

Comments

Log in with itch.io to leave a comment.

Hi. I was unable to run this game:

quasilyte@lispbook:Downloads$ ./redbar 
./redbar: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ./redbar)
./redbar: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by ./redbar)

quasilyte@lispbook:Downloads$ ldd --version
ldd (Ubuntu GLIBC 2.31-0ubuntu9.7) 2.31
Copyright (C) 2020 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.

quasilyte@lispbook:Downloads$  uname -a
Linux lispbook 5.15.0-53-generic #59~20.04.1-Ubuntu SMP Thu Oct 20 15:10:22 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux

Is it possible to have a 2.31 glibc build? Or maybe I’ll have more luck running the Windows executable via wine.