A downloadable game

WOAH, so after a year of picking up coding I managed to make an extremely hyper basic top-down sandbox where you can move around inside of a predefined area and build. I am releasing this now as a stable 0.001 version.


the movement controls are W, A, S, D

num_key 1 is the first hotbar slot (wood tile)

num_key 2 is the second hotbar slot (stone tile)

to place a block left click, to remove right click


Fun bugs:

-you can remove water and grass tiles

-you can wander off screen.


Immediate (un)planned update:

-menu

-passive mob

-three new tile types


Download

Download
TribalSandboxupdateV0.003'blocksandberrysnacks'.zip 32 MB

Install instructions

As usual with most of my projects you will need to download the file, I suggest creating a folder on your desktop named Tribes, move the download into there, unzip the file or extract into that folder, create a copy of the tribes.exe and move the tribes.exe.copy onto the desktop.

Development log

Comments

Log in with itch.io to leave a comment.

(1 edit)

Traceback (most recent call last):

  File "tribes.py", line 311, in <module>

IndexError: list index out of range

error when crafting wood blocks, causes the game to crash as they dont appear in the hotbar correctly. selecting said invisible wood block and then attempting to place it causes a crash immediately 

additional crash with same error code occurs randomly when interacting with absolutely nothing.

crash with different error code occurred after crafting duplicate wood blocks without placing the first one. 

occasionally hit with random error code while collecting berry bushes;

Traceback (most recent call last):

  File "tribes.py", line 518, in <module>

  File "tribes.py", line 129, in add_item

IndexError: list index out of range

hitting z to delete an item while none are in the hotbar triggers this error code;

Traceback (most recent call last):

  File "tribes.py", line 283, in <module>

IndexError: list index out of range

crafting a wood block and then immediately crafting the berry on a leaf produced this error code;

Traceback (most recent call last):

  File "tribes.py", line 354, in <module>

  File "tribes.py", line 129, in add_item

IndexError: list index out of range


not actually sure how this one occured, havent been able to reproduce but the original time it was triggered by crafting a wood block ? i was on top of a berry bush but im not sure if thats what triggered it;

Traceback (most recent call last):

  File "tribes.py", line 333, in <module>

  File "tribes.py", line 129, in add_item

IndexError: list index out of range

error produced by spam clicking while collecting bushes but actually do not know if thats what caused said error;

Traceback (most recent call last):

  File "tribes.py", line 518, in <module>

  File "tribes.py", line 129, in add_item

IndexError: list index out of range

could be a spawn error with the bushes, but not sure. 

Anyways, done playtesting it for a bit but might see if i can intentionally cause some more crashes later. Hope this helps Ted :)

yeah I am working on the hotbar function for sure, it is really unstable until I get rid of the index error. thank you for taking the time to try it out and provide some feedback t2bias333 :) I will let you know in the reply section as I am working on it.

I hope this shows I am slowly improving.