tuxDB - linux gaming aggregate
TUXDB - LINUX GAMING AGGREGATE
 NEWS TOP_PLAYED GAMES ITCH.IO CALENDAR CHAT WINE SteamDeck
 STREAMERS CREATORS CROWDFUNDING DEALS WEBSITES ABOUT
 PODCASTS REDDIT 

 

SUPPORT TUXDB ON KO-FI

MENU

ON SALE

New Twitch streamer aggregation implemented (#FuckTwitch) due to Twitch's API issues (more info on my Discord )


https://verashackle.itch.io/get-the-flock-outta-here


Instructions

You have one minute to use your 6 sheep dogs to herd the sheep into the pen. Use the mouse to click on a dog and then click on the new location you want it to move to.

Click inside the pen to open and close the gate. 

Your score is simply the number of sheep inside the pen when the timer runs out!

Technical Info

The game is written in C++ using SDL2 for the OSWindow abstraction and GL Context creation. After that rendering stuck to the OpenGL ES 2 standard (using glad for the bindings), which allowed an Emscripten build for the browser, but also an ARM build to run natively on the Raspberry Pi. Linear algebra provided by glm.

The rest can be blamed on me, including the dev art - created using Inkscape.

Coding in Visual Studio Code, compiled for desktop environments using Clang.