creative-thinker23
creative-thinker23
Aspiring developer
7 posts
This is a 21 yo college student trying out game dev. I am computer science major and am finding making games fun. Do not hesitate to DM for giving me feedback.
Don't wanna be here? Send us removal request.
creative-thinker23 · 5 months ago
Text
youtube
My new infinite runner game with a 1 bit colour scheme made using pygame.
To download
1 note · View note
creative-thinker23 · 7 months ago
Text
Day 2 of learning
1. Code for decompilation exists only upto python 3.9 max. I have used python version 3.12.0
2. I learnt to disassemble .pyc file to get the bytecode of the precompiled file. Will send the code for it later it's night here and i am sleepy lol.
3. After disassembling I can manually find out the source code.
4. To use multiple versions of python change the address of the python version folder and the python script folder that u edit and add in the environment variables of windows.
(May try to undertake creating code for decompilation of python versions 3.9 and above)
0 notes
creative-thinker23 · 7 months ago
Text
Day 1 of learning something daily
1. Learnt what bytecode in an attempt to reverse engineer my own exe file created using PyInstaller
Bytecode: low level instruction which is created by python compiler and then processed by CPython interpretor into machine code for execution
2.Magic number in Bytecode: The bytecode it generates. This is version dependent and varies with each version. Since all entities in python are objects each object creted has specific alloted memory and offset. The bytecode of this is made by python compiler during processing of source code(one I make)
1 note · View note
creative-thinker23 · 8 months ago
Text
My final update on the game.
1 note · View note
creative-thinker23 · 8 months ago
Text
Added flying obstacles to the game(Not there in my previous post). Finally uploaded it today on itch.io. Feel free to report any bugs on this game in the comments or by DMing me. Also if u find the aesthetics of the flying obstacle kinda bad do mention. The game is free.
Previous look:
Tumblr media
Note: I am still a newbie so please don't have too high an expectation.
Press 'Z' key to jump.
Press 'P' key to restart.
0 notes
creative-thinker23 · 8 months ago
Text
My first game. Would bring some more changes then upload it on itch.io .
4 notes · View notes
creative-thinker23 · 8 months ago
Text
My first game with all assets being used are mine. My second game in general. Learning to create music for this as well.
7 notes · View notes