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://zakru.itch.io/repairing-the-world-logistics


Repairing the World consists of two games: Factory and Logistics. The games take place in a post-apocalyptic world, in which basic items must be produced by small manufacturers, playing the Factory game. The materials for these items doesn't appear out of nowhere, though. Players must buy them from suppliers, and the orders are then offered to Logistics players for delivery.

How to play — Logistics:

Navigate the menu to select jobs. Jobs have a time limit and a difficulty that scales with their reward. Upgrade your vehicle and weapon to keep up with the difficulty.

Use WASD to control the car and click with the mouse to shoot.

The automatically saves when you close it.

Entry to LÖVE jam 2023 with the theme "connection". I was already going to make a multiplayer game so the theme made me have to go for something cooler lol.

Post-development thoughts: Due to the decision to make two games, time constraints and the overall inability to focus on one game resulted in a lack of polish for both games. I did achieve what I wanted to do, though, which is seamless, asynchronous and asymmetric multiplayer. I also decided to learn procedural generation, mesh creation and sprite batch usage while I was at it, so in theory both games are quite scalable. Everything in both games, excluding UI, the rendering of some tiles in Factory, and all entities in Logistics, is a mesh or sprite batch that is only updated if/when necessary.

This game in particular was less mechanically demanding, so I left it with less attention, which is very noticeable.