Posts mit dem Label development diary werden angezeigt. Alle Posts anzeigen
Posts mit dem Label development diary werden angezeigt. Alle Posts anzeigen

Sonntag, 23. Oktober 2011

Development Diary #5

Topics:
  • Finishing FastBlocks
  • Plans for the next project
Allright folks! Or is it just the internet listening to me ? ;) Anyways, great things are happened in the past, because I can present the first final beta version of FastBlocks :D

At the moment, it looks like this:












You can download the whole repository at https://github.com/fastpath/FastBlocks, when you click on the "zip"-button upper left, and don't forget to read the Readme! ;) And don't forget to send me some feedback or bugs, which you have noticed. :)

Freitag, 21. Oktober 2011

Development Diary #4

Topics:
  • the continuing development of FastBlocks
Yeeeaaah, my first project makes good progress!!
The most important basics of the Tetris-Gameplay are set and just a few points lack to write of a complete thing:
  • one round should have a stop criterion
  • then a new round should be started
  • a GUI, at least at the start
  • Sound ?
  • an animation, when a complete line gets deleted
here's a screenshot of the actual visual state:
The background-images are quite dark and were created with photoshops' basic functions, but I think the style goes into the right direction! :)











Freitag, 19. August 2011

Development Diary #3

Topics:
  • first project: FastBlocks
  • first experiences with pygame
After I got myself a bit tangled in version control systems in the last post, we will now come to the planning and implementation.
For now, I don't want to prepare full-featured tutorials for my projects, because there are so many in the internet and you can watch the code in my git-repository to learn what's up.
Here I just want to present some special occurrences during my programming and reading articles.

Dienstag, 2. August 2011

Development Diary #2

Topics:
  • Python and Eclipse
  • version control
You know from my last posting, that I wanted to start my career in the gaming industry with the Python script language and the PyGame library. You really should use a 2D engine if you want to create a 2D game and not try to fit it into a 3D engine. ^^
The installation of these two tools is pretty easy under windows and mac. I currently use the python version 2.6 and the appropriate pygame version. I want to recommend Eclipse as an IDE, for which you can get the addon PyDev from the official page or the Eclipse Marketplace (available in all Eclipse versions except "Classic") to comfortably write python scripts ;). The next Eclipse Addons, which I use are a better XML-editor (e.g. Rhinzo XML editor) and eGit.