Projects tagged ‘2d’ and ‘pygame’


Jump to tag:

Projects tagged ‘2d’ and ‘pygame’

Filtered by Project Tags 2d pygame

Refine results Project Tags python (25) game (14) graphics (6) physics (5) games (4) space (4) arcade (4) opengl (4) shooter (3) asteroids (3) sdl (3) linux (3)

[27 total ]

2 Users
   

A hybrid multiplayer asteroids clone. I made this game to challenge to myself to make a multiplayer game that is fun in 40 hours total. Version 0.0.1 reflects those 40 hours. The game is currently ... [More] incomplete, buggy and has intentionally bad graphics. Multiplayer works, and it is a bit of fun. [Less]
Created over 3 years ago.

0 Users

Loliland is going to be a full featured 2D/3D game written in python. The game will be primarily for a game design class at VCU. After December 2009 the game will be put into full production. Most of ... [More] all the game will be multi-platform. The game will be a mix of story, casual, and action game play. [Less]
Created 4 months ago.

0 Users

Action-filled 2d Zombie game made in Python 2.5, using Pygame 1.8 Created for the Mini Ludem Dare #14 challange (http://www.ludumdare.com/compo/2009/06/28/march-of-the-zombies-final/)
Created 4 months ago.

0 Users

Outer Ring is a 2D space combat and trading game implemented with Python and Pygame. It is loosely inspired by a similar commercial Mac/PC game. Status
Created 3 months ago.

0 Users

Just use the cursor keys and the space bar to shoot the other tanks.PrerequisitesYou need to have Python and Pygame installed on your computer if you want to use the source code: Python: ... [More] http://www.python.org/download/ Pygame: http://www.pygame.org/download.shtml On Windows, you do not need to have Python or Pygame installed if you use the executable installer. The current version (0.0.5) has been tested to work properly on:Linux & Windows XP/Vista Python 2.5 & Python 2.6.1 Pygame 1.8 & Pygame 1.9.1 To Do:some code cleanup (this is my very first Object Oriented program) add an editor to create new mazes add high score lists add "presets" and the possibility to save your favourite combination of options rewrite the game completely to support client/server multi-player, for now you can only play the red tank against the computer Credits:Programming & game design: Koen Lefever Graphics & explosion sound: Marc Carson (http://www.friendlyskies.net/) Music: "Only Depth" by Vladislav Malkov a.k.a. Artsense (http://www.myspace.com/artsensepsy) [Less]
Created 8 months ago.

0 Users

Why bother?Agrajag's aim is to make a bit, but learn a lot ;) The objective is to create an arcade-like top-scroller 2D shooter game. UtilitiesAgrajag is written in Python. It uses: Pygame as its ... [More] foundation Phil's pyGame Utilities (abbr. PGU) - a mostly GUI library lightweight Python XML DOM implementation (xml.dom.minidom) Sometime/somehow it may use Psyco (but currently doesn't, as it's not available for x86-64, and that's what I /lavrin/ use). DescriptionThe design (ughhh... if we can dignify it by using the word) of the game strives to allow for easy extension. Adding new enemies, bonuses, weapons, shields, etc. is a matter of creating the graphics and an XML description. At least it should be that easy... Most artwork for the game comes from free internet sources. Some is created by the authors. Agrajag features a level editor developed in PyQt4. Unfortunately, it's currently only a little more than a piece of crap. Screenshots [Less]
Created about 1 year ago.

0 Users

Amateur 2D tile based RPG game
Created 4 months ago.

0 Users

Dream is a cross-platform game engine focused on 2D vector graphics (OpenGL backend) and realistic physics. The aim is to create a 2D world supporting object movement and interaction based on ... [More] realistic Newton physics (probably limited to solid polygonal shapes). Dream is written in Python, with performance bottleneck parts subsequently moved to Pyrex/C code. Dream uses Pyrex, PyGame, PyOpenGL, and Numpy. It is designed to support networking. [Less]
Created 8 months ago.

0 Users

A level editor that is written in python specifically to make 2D side scrollers easy in pygame Similar to the PGU game editor but designed to be more use friendly and advanced in that it uses wxPython.
Created 12 months ago.

0 Users

A remake off the classic subhunt game
Created 10 months ago.