The Final One

The Final One Used AI

14 devlogs
11h 41m
Created by Chesspotato

its a text based adventure game like a choice your own adventure about this kid who is the last person on the planet.

Timeline

Added more to the story

Update attachment

fixed up grammer errors in the story and made it flow better and tested the whole thing

Update attachment

Randomly added time im not sure

Update attachment

added some stuff a little farther back and cleared up something

Update attachment

worked more on the story line look at the last image im pretty sure the time just did not regiester

Update attachment

Added A LOT after the mom gives him the pendant he has a dream and it tell him its time and then the next day he wakes up and cant find anyone else and i just fineshed the first day and he is not 100% sure /knows hes the last person left

Update attachment

continued the story to the ending of the first day and his mom gifts him the pendant that will save him

Update attachment

devlopping the story even more now almost at the end of the first day

Update attachment

My time got logged :) and the 1h was mostly put towards developing the first day of the story a normal day before the chaos

Update attachment

Chat my time is not being logged but i have been contniuing the story line with a normal day of school and im hopeing the time counter gets fixed IN A MIN i worked for like another half hour and it did not get counted

Update attachment

Just starting out the story line comment any ideas

Update attachment

trying to think up a good story line for the game please comment any ideas my current idea is to have it be like he wakes up this is a teen around 13 and he's the last person on earth and you have to make choices maybe causing him to thrive live or even die and cause you to start the game over

Update attachment

currently reasearching how to make pause between when things are printed

Update attachment
Chesspotato Chesspotato about 2 months ago
thank you it seems to work in replet but in other programs it kinda just ask the second question imedattly with an imput for name
Eesa Faisal Eesa Faisal about 2 months ago
To create a pause between printed lines of code, you can use the time.sleep() function in Python. This function, when called, will pause the execution of your code for the specified number of seconds. 
Eesa Faisal Eesa Faisal about 2 months ago
To create a pause between printed lines of code, you can use the time.sleep() function in Python. This function, when called, will pause the execution of your code for the specified number of seconds. 

Just am figuring out how the inputs and outputs work so the player can input things and effect the game

Update attachment