Tri-Forever is a game in which you try to survive for as long as possible without being sucked into the outer edges.
Enemies will try to kill you as you try to survive, but they can be killed using bullets which you shoot automatically which have the same velocity as you do. Enemy frequency increases as time goes on.
Before this game I had not programmed anything beyond a ball which bounces around the screen automatically, so this game is quite the improvement.
I liked it! It crashed for me at the end, though. Here's what the log file says:
Traceback (most recent call last): File "TriForever.py", line 729, in <module> File "TriForever.py", line 264, in laser_calcs IndexError: list assignment index out of range
My favorite so far - awesome visuals, a simple yet interesting concept, and a rhythm-based twist that I really started to "feel" as the game went on. Keep up the good work!
Very neat game - fits the game perfectly. I like how it pulls the circle towards the outer edge randomly - gives it a nice twist on other games like it.
Great effort! I'd by lying if I said I was good at the game, but the design is good, with decisions to weigh up between being aggressive (but I might push too far and lose) and being cautious but getting overwhelmed by enemies.
Great game! Definitely brought me back to the Atari days (Completed so wonderfully with the die sound effect). I think that you nailed the spirit of this Ludum Dare. Nice work!
Great game! The core mechanics are pretty solid, but the physics seem a bit too unforgiving. Note: I had to rename "Vignette.png" to "vignette.png" (lowercase "V") to get it to run on Linux from source.
I really enjoyed this one! The graphic design and theme are spot on, and I love the originality. I think the game mechanic really works. I like simple color palette and that combined with the audio remind me of an Atari :)
I really enjoyed this entry! The music and sound effects were great. Loved how it all created a rhythm. The game embodied the theme very well and it was very fun to play. It was rather addicting even! Great job!
Traceback (most recent call last):
File "TriForever.py", line 729, in <module>
File "TriForever.py", line 264, in laser_calcs
IndexError: list assignment index out of range