A downloadable game for Windows and Linux

This is a small demo of the project I have been working on recently. It has a bit of tech in it, and I have learned a lot, but I think a lot of the complexity needs to be stripped from it if I want to make something that is fun. Before I do that, though, I decided to work it into a state that would be fit to keep a copy of in my portfolio.

I made the game on Linux, and later on added a Windows backend so that it and future games I make can run on both platforms. It works using X11/win32, with no hardware acceleration, just direct operations on an array of pixels.

If you want to play it, the basic controls are WASD to move, E to pick items up, F to use them, Q to put them back down. Q also closes any menus you have open. Feel free to interact and trade with the different NPCs, and keep in mind that anything they can do, you can do also!

The two products of the game's economy are food, and tools, but you can also make bowls which are useful for carrying berries and grain in larger quantities. You can buy raw resources from the different NPCs, to make food and tools to keep, or you can sell wood to the farmer or the blacksmith and they will make things themselves, or you can skip the NPCs altogether and make everything from scratch!


There are other keybindings that are useful to know, or that you might hit accidentally:

  • Escape closes menus and ultimately opens a pause menu for saving or loading the game and for starting over.
  • + and - zoom the camera in and out. You can also scroll the mouse wheel up or down.
  • The square brackets [ and ] rotate the camera by 90 degrees. It is slightly disorienting, but 2D camera rotation is an interesting concept to me that I would like to work on more.
  • By holding down the middle mouse button you can pan the world around, which when combined with the scroll wheel to zoom can allow you to look at things far away.
  • Backtick (`) enters fast-forward mode, which is useful if you want to walk long distances or wait for things to grow. Fast-forwarding at the start of a game can be useful if you want to buy resources but the NPCs haven't made anything yet.
  • C enters a layout view, that shows some of the internal logic of the NPCs, and allows you to view far away areas of the map.
  • R tells you what item you are currently holding, and allows you to drop that item. It was supposed to be an inventory menu, but I never made the systems to handle multiple items, due to the unnecessary complexity that I want to strip out of the game.
  • P takes a screenshot, which it records as a non-animated GIF file.
  • K starts recording an animated GIF of whatever is on screen, including menus. Press K again to save that GIF. There is no way to tell if it is still recording, so try not to get confused!

Also, be careful about closing the game! It will just silently close and delete any unsaved progress. I assume that people who aren't invested in the game want it to close when they tell it to close! But if you are invested then you might accidentally delete your work.

Let me know what you think of it here, or on Twitter: https://twitter.com/SpiveeWorks

Download

Download
Windows Build 865 kB
Download
Linux Build 493 kB

Install instructions

Unzip into a new directory, then run `settlement-craft-trade-demo`. Save files will appear in that directory.

Leave a comment

Log in with itch.io to leave a comment.