Category: Programming

  • Get Tortoise SVN to remove files from control

    Everybody who has been programming on any large scale, or decent sized project involving several people will be at least familiar with revision control systems such as SVN and CVS. One of the most popular systems at this time is Subversion (SVN), and if you are using Windows the Tortoise SVN client will most likely…

  • Cannon3 (XNA) done!

    Version 1.1 of my Cannon3 game done entirely in XNA is now finished. I quickly included a small scoring system that basically updates the score throughout the game, and after the player dies it keeps the score displayed until the next game starts. For now the graphics are the default improved graphics from the course,…

  • Cannon2 is done! XNA here I come!

    Okay last night I finally finished the Cannon2 game. This time around the game is still coded in win forms, but emulating the way XNA supposedly works even more. A few “bugs” compared to Cannon1 is that the window can be resized and maximized for now. I wont bother fixing this problem right away, as…

  • Cannon 1 is completed! (v 1.2)

    Cannon 1 a small game you cannot win is now complete. The game is part of the XNA Xtreme 101 video training from www.3dbuzz.com It has been fun to create the game, and now onwards to create Cannon 2 and Cannon 3. Version History: 1.2 – Window title is now held in an easily changeable…

  • Want to design your own Text Adventure Game ?

    The Hyperion Project The fine folks, educators and all round good guys over at 3D Buzz created an amazing series of C# and XNA programming video tutorials. As part of the “hello world” application an entire game engine for a simple Text Adventure game is created, and lovingly called The Hyperion Project. However during the…

  • What are we doing today ?

    Sorry for the lack of updates on the site. Been really busy seems as good an excuse as anything else, so lets just say thats why 😉 Today i got a good laugh from my daily Garfield cartoon, and thought it was worth posting here :p Whats currently going on? Well I’m finished with the…