PyWeek - ThEdA_P9
AwardsRatings (show detail)Fun: 2.7 Production: 3.4 Innovation: 3.6 4% respondents marked the game as not working. Respondents: 24 |
| Files: | Uploader | Date | |
|---|---|---|---|
| screenshot7.jpg | 63.98 Kbytes | gizmo_thunder | 2009/09/06 06:19 |
| And then there was color | |||
| deFeather1.3(Win32).zip — final | 4.10 Mbytes | gizmo_thunder | 2009/09/06 04:40 |
| Adding README.txt to package | |||
| deFeather1.3.zip — final | 488.71 Kbytes | gizmo_thunder | 2009/09/05 08:16 |
| Buildings get filled based on where you splash.. | |||
| deFeather1.2.zip — final | 488.43 Kbytes | gizmo_thunder | 2009/09/05 05:55 |
| Enabled FullScreen, Fixed collision Detection, added sounds | |||
| screenshot6.jpg | 52.54 Kbytes | gizmo_thunder | 2009/09/04 22:15 |
| Splash of color when you kill enemies... | |||
| screenshot5.jpg | 68.73 Kbytes | gizmo_thunder | 2009/09/04 22:14 |
| wind direction, flying enemies, walking enemies | |||
| screenshot4.jpg | 60.16 Kbytes | gizmo_thunder | 2009/09/04 22:13 |
| Menu Initially.. the levels you have successfully completed look colored | |||
| screenshot3.png | 167.57 Kbytes | gizmo_thunder | 2009/09/03 02:53 |
| enemy walking.. and feather falling... | |||
| screenshot2.gif | 86.76 Kbytes | gizmo_thunder | 2009/09/02 03:35 |
| Showing the change of Color | |||
| screenshot1.png | 109.97 Kbytes | gizmo_thunder | 2009/08/30 19:45 |
| First Renders | |||
Sunday 06 September, 2009
[ gizmo_thunder @ 04:43 ] de Feather is GOLD
As in It is in GOLD status... (ready to be shipped.. you know... as in games... ok what ever)
The windows exe is up for download grab it now :D
ps:Posting this for facebook, coz it picked up my prev diary entry which is just a script :)
[ gizmo_thunder @ 04:06 ] py2exe Script (copy to gamelib folder)
class MediaCollector(build_exe):
def copy_extensions(self, extensions):
# super(MediaCollector, self)
build_exe.copy_extensions(self, extensions)
# Create the media subdir where the
# Python files are collected.
media = os.path.join('..', 'data')
full = os.path.join(self.collect_dir, media)
if not os.path.exists(full):
self.mkpath(full)
# Copy the media files to the collection dir.
# Also add the copied file to the list of compiled
# files so it will be included in zipfile.
for f in glob.glob(os.path.join('..','data/*')):
name = os.path.basename(f)
self.copy_file(f, os.path.join(full, name))
self.compiled_files.append(os.path.join(media, name))
py2exe_options = {
'cmdclass': {'py2exe': MediaCollector}
#'bundle_files':1
# [...] Other py2exe options here.
}
setup(windows= ['run_game.py'], **py2exe_options
Saturday 05 September, 2009
[ gizmo_thunder @ 05:48 ] Game Almost Done
So here are the final features that are present in game right now..
1) wind control using mouse gestures (left to rigtht, right to left, down to up, up to down)
2) Squish the enemies with feather (with wind force) to get their color if you just touch them, you loose color.
3) Combine colors from enemies to create new colors. Paint the world with these composite colors to get more points.
4) Game keeps track of your best records (least time for level, max score)
5) Paint the world the way you want (different colors from enemies)
6) Has sound effects (very basic.. but they work, you might want to turn down the volume before testing)
Finally here is the Link if you want to try it out
Friday 04 September, 2009
[ gizmo_thunder @ 22:21 ] Beta Release.. (feed back plz)

Tried a different type of menu style.. every thing looks black and white.. but as you complete the levels, the menu get's colored.. indicating which levels you have completed.
You can see the indication on screen of the direction of wind blowing.. (you use mouse strokes to blow wind)
And Splash!! thats' how enemies die.. giving the feather it's color.. which you can use to paint the buildings with.
you can download the almost complete version from here
Thursday 03 September, 2009
[ gizmo_thunder @ 03:02 ] Made Some Progress

Almost accomplished the look of the game. ...
To Do list:
- Timer for Levels (decide on how levels will be put in, load from file?)
- Hud has to be done (along with timer etc)
- Menus
- Animation of coloring (can wait till other items are done)
- Background (sun, clouds, animation of color)
Monday 31 August, 2009
[ gizmo_thunder @ 19:27 ] User Controls Kinda Done
I've worked on getting the mouse controls done gestures to wind mapping stuff.. pretty much done.. i.e, the physics part. I've been obsessed with getting the art done along with the game so i've spent quite some time to get it right :) tomorrow I have to work on getting the collision detection done.
No Screenies of todays work coz there isn't much to show off for a falling feather :p
ps: Lot of entries do seem to be using the wind control.. hope it doesn't become a feather in wind themed competition :)
Sunday 30 August, 2009
[ gizmo_thunder @ 19:48 ] Renders of 3D models
First renders of the models i created for the Game... I think i kinda got them done pretty well :D
ps.. just in case you were wondering.. I used blender to create these models. And I got the brick textures off the net. And the buildings ofcourse are created using reference i posted earlier.
[ gizmo_thunder @ 02:17 ] de Feather
So here is the story / game im' going to be working on. I kinda tried incorporating all the themes in here :)
ps: As you can probably see from the name.. i've got the game idea from a game called de BloB and im' naming the game de Feather just as a tribute to the original game.
Friday 28 August, 2009
[ gizmo_thunder @ 06:36 ] Considering This Art Style...

This looks pretty neat.. i am hoping to use this art style in my game..... tentatively :D
Thursday 27 August, 2009
[ gizmo_thunder @ 07:36 ] System Configuration Doubt
I was planning on developing the game in opengl and was wondering if it is ok to assume that all the systems that the participants have will support pixel and vertex shaders.
These shaders are going to be important from the game play perspective as well so any suggestions about whether or not I should go with the shaders or just stick with basic pygame surface blts etc.
If the shaders cannot be assumed, i guess ill' stick with pygame's surface blts and make a 2D game.
Tuesday 25 August, 2009
[ gizmo_thunder @ 20:06 ] Preparing with the ToolChain
Monday 24 August, 2009
[ gizmo_thunder @ 18:26 ] Themes Were hard to choose from
Never in the previous pyweeks did i have so much trouble selecting the order of voting.. had to think for quite a while before i could come up with the right votes.. :)
ps: just in case you were wondering.. this is just a diary entry to see if everything in my logins is working fine :D
