Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

I just played it for a bit on Ubuntu Linux, I didn't know how to play it from the Linux tar file so I got the Windows file and ran it with the wine program on Linux.


I played it for a bit and got used to the keys, I still have a lot to experiment with. Is there an end game? Or the goal is to see how long you can live with those crystal things in the sky? 

What languages or frameworks did you use to make it and how long did it take you? It's inspiring, I have some experience with front web development and Linux, and now I'm studying solidity, the smart contract language for the the Ethereum blockchain.

I have a ton of respect for game devs, they are really at and have always been on the bleeding edge of computing. I'd love to hear more about your game dev journey.  

(2 edits)

You just need to unzip/extract it just as if it was a zip (if you are using graphical tools), otherwise just look up how to extract tar.gz. As it is a n infinite runner there is no real end except seeing how high you can climb as of now. The game is made in python and pygame and took around 2 months to make.

Also you can get wood from chopping down trees to build campfires that keep you warm.

Got it, thanks. It's amazing to see how popular Python is. Usually, I hear of game devs using C++, in this day and age It seems like we can make games with any of these high-level languages.