Quantcast
Channel: sivasantosh
Browsing all 10 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Can I make commercial games in pygame?

The answer is a definite NO. The main reason this is because Pygame doesn’t have a good support for accessing hardware acceleration that will be needed in developing commercial games. I looked for it...

View Article



Image may be NSFW.
Clik here to view.

Handling resources in pygame

A resource should be loaded only once in a game and it should be when the resource was first needed. Resources in a game typically are images, audio, font etc. Generally there is a heavy reusing of...

View Article

Image may be NSFW.
Clik here to view.

Terminology: Parallax Scrolling

Parallax scrolling is a special scrolling technique in computer graphics, wherein background images move by the camera slower than foreground images, creating an illusion of depth in a 2D videogame and...

View Article

Image may be NSFW.
Clik here to view.

Implementing correct game physics and Timestep

Since implementing game physics calculations has to be performed based on intervals so the efficient way of implementing it is through integration. There is an excellent article by Glenn Fiedler titled...

View Article

Image may be NSFW.
Clik here to view.

Collision Detection and Response

What is the optimal way of finding collision detection objects of different shapes? When two objects collide how should the two objects react to the collision? This is a complicated topic and still...

View Article


Image may be NSFW.
Clik here to view.

Terminology: Ludology

Ludology is the study of games and other forms of play source There is contention in what a study of game constitutes.  On one side is The narratological view is that games should be understood as...

View Article

Image may be NSFW.
Clik here to view.

Understanding games by ExtraCreditz

This is a great channel that I found on youtube which discusses various things related to games. They don’t actually talk about technical stuff. But the stuff discussed in it will definitely make you...

View Article

Image may be NSFW.
Clik here to view.

Microsoft XNA Tutorials

These are some great basic tutorials on how to use Microsoft XNA for game development. XNA 101 XNA 201

View Article


Image may be NSFW.
Clik here to view.

PyxelEdit for pixel art

This is a very cool software for drawing pixel art. The software is build on adobe air but there is a standalone version is also available for download. Checkout the demo of various features below.

View Article


Image may be NSFW.
Clik here to view.

Terminology: Rougelike

The roguelike is a sub-genre of role-playing video games, characterized by level randomization, permanent death, and turn-based movement. Most roguelikes feature ASCII graphics, with newer ones...

View Article
Browsing all 10 articles
Browse latest View live




Latest Images