Help this game reach its goal

Raised
$10.00
Goal
$100.00
10%
of goal
1
contributors
$10.00
average contribution
$10.00
top contribution

A downloadable game for Windows

Get this game and 2 more for $1.00 USD
View bundle
Download Now
On Sale!
100% Off
$2.00 $0.00 USD or more

Terminal-based incremental Python game still under development.

CORE FEATURES

  • Runs directly in the OS terminal
  • Progression system - Better drills, auto-miners, and upgrades
  • Increasing number of mechanics - Mining, Buying, Upgrading, Building, Smelting
  • Depth progression - Descend deeper and deeper
  • Automation - Idle-like 

CONTROLS

  • Press SPACE to Mine 
  • Smelt resources at optimal heat (Steel:1370°C-1530°C)



Join the Discord server: https://discord.gg/vnRnUeXGzM




Free to play! Support development if you enjoy it so I can create a Steam page!

Updated 2 days ago
StatusIn development
PlatformsWindows
Rating
Rated 5.0 out of 5 stars
(3 total ratings)
AuthorRoxicaro
Tagsascii, Idle, Incremental, mining, python, terminal

Download

Get this game and 2 more for $1.00 USD
View bundle
Download Now
On Sale!
100% Off
$2.00 $0.00 USD or more

Click download now to get access to the following files:

Terminal_Descent.exe 12 MB

Development log

View all posts

Comments

Log in with itch.io to leave a comment.

How do you run this? all i have is an exe that opens the terminal, errors, and then closes before i can get any info whatsoever

Hello! That't unusual. Can you try resizing the terminal to make it bigger before running it again? Are you running it on Windows? If resizing the terminal doesn't work, try opening the terminal, make it bigger, navigate to where the game is saved using the comand "cd path/to/game-folder" then command "./terminal_descent.exe". Let me know how it goes.

(+1)

THIS GAME IS FANTASTIC 

Thanks sooooooo much for submitting this to my game jam check out the page i made for it: https://itch.io/jam/python1/topic/5066553/thanks

(+1)

hi, this game is written entirely in python, right? would you be willing to upload an uncompiled build so we can run the game manually on linux?

(+1)

Hey! I'm currently working on a Linux build that should be available later this week!

(+1)

Hi! The Linux version is out!

thanks ^-^ i really appreciate it.

sadly i am having difficulty getting xwayland working on my fedora machine, so the game isnt launching... because of missing xorg functions i think? i dont think thats a bug with the game necessarily, unless you intend to natively support wayland, but figured it's worth mentioning 

oh, I'll try to figure out a way around this

(+1)

Hey friend, how’s it going? That’s cool, man. Unfortunately, it’s pretty hard to run the .elf file—it will only work on the machines where it was compiled. Can you create a Docker image? A Docker image will run everywhere without compatibility issues.

Where is it? All there seems to be is a .exe that starts up, but doesn't seem to respond to keyboard input or anything

(+1)

can you send me the source code? it crashes a lot (on windows) but it's really fun. i could refactor your code and fix the issues and send it back to you.

(1 edit) (+1)

--- Founded bugs and other stuff (06.17.2025) ---

  • I don't know if this is intended, but if you want to do anything with writing text, the terminal captures those inputs
  • Holding the "e" key causes UI freeze (you can't press any other buttons, but the game continues running) (sometimes happens, sometimes not)
  • Text "Shop" and "Build" are overlapping a text "Press a SPACEBAR" to mine a boulder, until SPACEBAR button is pressed
  • Holding the "d" key in shop (while having big amount of Rubble) causes UI freeze (you can't press any other buttons, but the game continues running)

That's all i could find for now

Thank you so much for reporting theses bugs and detailing them. I'm already working on the first point (keys being registered all the time) and I will definitely address the other. Thanks again :)

Hey, just letting you know that the latest update fixed all the points you mentioned!

(1 edit) (+1)

--- Found bugs and other stuff (06.19.2025) ---

  • The "Steel" counter is missing
  • The "[R] Drill" text is missing
  • You can't switch between drill types in the "Drill Types" menu
  • The game randomly stops auto-mining (sometimes indicated by the disappearance of the "Iron" text), which forces the player to close and reopen the game manually to restore auto-mining
  • Clicking "d" key in the store, followed by spamming "h" key causes the heater to switch back to grey and not remaining red as expected

That's all for now

Hello! I've tackled most of the bugs you reported. I'm still trying to reproduce the auto-mining randomly stopping, so I can pinpoint the cause. But I'm keeping an eye out!

(+1)

WOW THIS IS FANTASTIC

(+1)

Thank you! I'm glad you enjoyed it :)

(+1)

Can you provide the .py version of the game so I can play on MacOS?

Deleted 23 days ago

Hello! I'm working on a MacOS compatible version!