Awkantun PyWeek March 2010
My video game for Pyweek 10
Awards
Diary Entries
Nothing after two days
I've been very busy at work, so I'm just starting.. today I think I understood what "Wibbly-wobbly" means as english is not my first language.
I'm thinking in coding a platform game with horizontal scrolling and sinusoid terrain :)
This is going to be my first game in Python.
Good luck to all participants!!!
JF
I'm thinking in coding a platform game with horizontal scrolling and sinusoid terrain :)
This is going to be my first game in Python.
Good luck to all participants!!!
JF
Single EXE game: Py2exe and Rar/SFX
Hi friends,
I'm new to Python game programming, so maybe this is too basic, but for me it is very interesting.
Tonight I was playing with py2exe as I want to distribute my games to people who doesn't neccesarily have Python installed in their computers.
After reading a couple of tutorials I could create an exe file.
Then using WinRAR I created a SFX file that uncompresses the file (plus libraries and media) in the temp directory and runs the exe automatically (so the user doesn't know is a SFX).
So now I can distribute my Python games as a single EXE's. Great!!!
You can test it here. (It doesn't do too much... just move the sprite using arrowkeys).
Best regards
JF
I'm new to Python game programming, so maybe this is too basic, but for me it is very interesting.
Tonight I was playing with py2exe as I want to distribute my games to people who doesn't neccesarily have Python installed in their computers.
After reading a couple of tutorials I could create an exe file.
Then using WinRAR I created a SFX file that uncompresses the file (plus libraries and media) in the temp directory and runs the exe automatically (so the user doesn't know is a SFX).
So now I can distribute my Python games as a single EXE's. Great!!!
You can test it here. (It doesn't do too much... just move the sprite using arrowkeys).
Best regards
JF
Alpha version... running out of time
Hi friends,
I just finished the core gameplay.. it is a simple platform in a wibbly-wobbly world.
I need to add more sprites, animation, enemies, leves and goals :( Also I need to compose a new song.
I'm not sure I will have enough time, but anyway I've learned a lot this week!!!!
This is the game so far:
Download single exe file
Download source code
Use righ and left to move, space to jump, Ctrl+F for fullscreen.
Screenshot:
Enjoy!!!
JF
I just finished the core gameplay.. it is a simple platform in a wibbly-wobbly world.
I need to add more sprites, animation, enemies, leves and goals :( Also I need to compose a new song.
I'm not sure I will have enough time, but anyway I've learned a lot this week!!!!
This is the game so far:
Download single exe file
Download source code
Use righ and left to move, space to jump, Ctrl+F for fullscreen.
Screenshot:
Enjoy!!!
JF