Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - mkeeter

Pages: [1]
1
SFML projects / Multitroids - asteroids clone, with a twist!
« on: May 22, 2011, 03:33:59 am »
Everything runs at 60fps.  The keyboard manager keeps track of when keys go up and down, then the patterns are replayed on a set of virtual keyboards that control the ghost ships.

2
SFML projects / Multitroids - asteroids clone, with a twist!
« on: May 16, 2011, 01:50:55 am »
Multitroids is an asteroids clone, with a twist: all of your past lives replay their original actions as you play through the game.  This means you can cooperate with past selves in destroying all of the asteroids!

It's written in Python, using (and improving on) the PySFML2-Cython binding.  The code is publicly available on GitHub.

Links:
Homepage
(Vimeo)
Source (GitHub)

Right now, only a Mac build is available (but the source can be used on any system with Python and PySFML2-Cython installed).  If you build it for other systems, let me know - I'd like to distribute versions for Windows and Linux.

Pages: [1]
anything