Activity

Adrish (adrishknows)

updtaed pause logic to map scrren to a random 1min t 2min instead of 2m hardcoded, added encounter! text if monster encountered and aded your love increased!

Attachment
Attachment
0
Adrish (adrishknows)

written map screen, modded namescreen to get me into mapscreen instead of battle screen – and instead of app exit in battlescreen, we get back to mapscreen

Attachment
0
Adrish (adrishknows)

update timing_game.py to calculate speed via hp, like the circle counter did!
adjusted battle_screen.py accordingly!
fix auto retry clicking bug in game over

Attachment
Attachment
0
Adrish (adrishknows)

several bug fixes
removed headers from files that contained them
fixe some file sctructure
assign all player state varibs in 1 file and add lv, atk, def, max hp increase system
relink files and fix imports

Attachment
Attachment
Attachment
Attachment
0
Adrish (adrishknows)

BIG BIG BIG CHANGE, I’VE WIPED AND STARTED NEW SO ITS NOT CUI AND INSTEAD TUI! (using textual) and writing actual game! yeah! from ruins to waterfall i shall write (btw i know nothing about css – whole css blocks are generated by gemini and copy pasted–)
and also separate files like real devs!
i’ve workedon introscreen and story text cuz gemini told me to try these out first and get an idea on how textual worksh

Attachment
Attachment
Attachment
0
Adrish (adrishknows)

so i came to know there are things called classes! classes are like different people and defining their personaity and also there is a wierd quirk in python, to define every class, you gotta do self.smth… why not just smth?? ( i like to complain)

Attachment
2

Comments

kavyansh.tech
kavyansh.tech 17 days ago

cool…
the reason you cant just do <insert_variable_name> instead of self.<insert_variable_name> is local variables.

you know how in a function, if you want to overwrite something that isnt a part of the function, you gotta add global <variable_name>?
yeah. kinda like that. but you can just use self. instead of having to do global.

kavyansh.tech
kavyansh.tech 17 days ago

btw, just note this:
Dont name your class definitions like this: all_lowercase
Name it like this instead: SnakeCaseLol
this way you can know this is a class by just looking at how the name is written.

Adrish (adrishknows)

since im also learning python, i am constantly asking gemini on how to do stuff, so yeah! joint work right
WRITTEN : text mechanics!

Attachment
0