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

Author Topic: Multitroids - asteroids clone, with a twist!  (Read 2986 times)

0 Members and 1 Guest are viewing this topic.

mkeeter

  • Newbie
  • *
  • Posts: 2
    • View Profile
    • http://www.mattkeeter.com
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
Demo video (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.

PhiLLe

  • Newbie
  • *
  • Posts: 36
    • View Profile
Multitroids - asteroids clone, with a twist!
« Reply #1 on: May 16, 2011, 05:11:32 pm »
This seems very nice to me! I will try it later and build it for windows. I will contact you :)

Tank

  • SFML Team
  • Hero Member
  • *****
  • Posts: 1486
    • View Profile
    • Blog
    • Email
Multitroids - asteroids clone, with a twist!
« Reply #2 on: May 19, 2011, 01:49:40 pm »
Watched the video, nice! Looks very smooth and the "ghosts" are somewhat funny. What's the recording datarate for them?

mkeeter

  • Newbie
  • *
  • Posts: 2
    • View Profile
    • http://www.mattkeeter.com
Multitroids - asteroids clone, with a twist!
« Reply #3 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.