GamesTopica.Net

Topics and Ideas for all sort of Game Creations
  • Home
  • New Stuff
  • Role-Playing
  • Board & Card Games
  • Games Dev
  • Game Design
  • Downloads
  • Stanford’s Programming Lecture

    Coding, Computer Games Development, Games Implementation 02.06.2009 No Comments

    A lot of game developers are afraid of the big P word – “programming”, and so I find this a good introduction to programming. This is a series of lectures from the Stanford University, course CS106A, programming methodology. The emphasis is more on writing good code, understanding the basics of programming more than haxor ugly code. The lecturer is dynamic and humourous too. Take a look if you are stumped on programming, or wish you have a much better programming lecturer.

    YouTube Preview Image

    Tags: Coding

  • Detecting the end of a movie clip in AS3

    Coding, Computer Games Development, Games Implementation 17.04.2009 No Comments

    Sometimes you want to play a sequence of animation using movie-clips – this implies that you need to detect when is the end of the clip in question. You can place a variable inside the movie clip inside, but with ActionScript 3 there is another solution – using the enter frame event of the movie clip to run a function, which then proceed to check if the movie clip has reached its final frame (or any frame, for that matter). This solution is discussed at the lower half of the article at Flash&Math.

    With some work, one should be able to write an observer pattern for this.

    Tags: Coding, flash

  • More Normal Distribution and Statistic Aids for C#

    Computer Games Development, Engines and Libraries, Games Implementation 08.04.2009 No Comments

    If you need a Math Library for C# which can do statistic calculations and plot values of various graphs and curves, there is the Extreme Optimization Math Library contains a full suite of function for those who wants something ready to go.

    Meanwhile, over at the LS Grimorie, you can find a way to implement a simple yet effective diminishing return function.

    Tags: Coding

  • XNACommunity releases sources for their games

    Coding, Computer Games Development, Games Implementation 07.04.2009 No Comments

    XNACommunity has released the source code to a couple of full featured games, such as a 3D hack/slash style RPG known as Dungeon Sorrows, a 2d scrolling game, a Guitar Hero clone and more besides. Want to see how those games are done, and perhaps learn a few new techniques at the same time? Head over and find out then!

    Dungeon Sorrow

    Dungeon Sorrow

    XNA Rock

    XNA Rock

    Tags: Coding, Indie Games

  • Normal Distribution Class for C#

    Computer Games Development, Engines and Libraries, Games Implementation 05.04.2009 No Comments

    If you are building a simulation game, chances are that you would need distribution graphs of all types – linear, diminishing returns, increasing returns and the good old normal distribution. Coding one would take some time and here’s a pretty good implementation over at CenterSpace. It’s a simple class to use — check out the example included.

    Tags: Coding

  • The Visitor Pattern in C#

    Coding, Games Implementation 29.01.2009 1 Comment

    Sometimes in an arcade game where you have different types of entities, the most difficult part is to resolve the collision. Nope, the issue is not detecting collision (which is already one big headache by itself), but rather – “So something did collide; so what’s next?”
    Read more…

    Tags: Coding, patterns

  • Collision Handling using Double Dispatch

    Coding, Games Implementation 26.01.2009 1 Comment

    A type-safe, object oriented method of resolving the aftermaths of a collision detection using double-dispatch.

    Tags: Coding, patterns

  • A Lengthy Discussion on Gravity

    Coding, Games Implementation 20.01.2009 No Comments

    Doing a platformer in Flash can become rather hairy if you consider the physics and gravity involved. Don’t lose hair over it without checking out this discussion on Kirpua about programming platform games physics and gravity.

    Tags: Coding, flash

Tags

3 kingdoms adventure idea adventure theme armour artifacts board game classes Coding D&D Dragon Age dragon warriors engine fantasy fate flash fluff/inspiration game-mastering game art Game Design game maker game vocab Indie Games mass effect News opinion Other Systems patterns play random musings Reviews & Culture rpgs rules mod seeds Spirit of the Century weapons wuxia

Also by Extrakun

  • No feed items.
Subscribe
© Blogname. All Rights Reserved. Entries RSS Comments RSS Login Open Source