Difference between revisions of "Laser Hexagon"

From Tmplab
(Description)
Line 5: Line 5:
  
 
Made for laser projection.
 
Made for laser projection.
 +
{|
 +
| [[Image:HexagonLazer.png|link=|center|300px|Watch the video on http://www.tmplab.org/video/HEXAGONLAZER.webm]]
 +
| [http://www.tmplab.org/video/HEXAGONLAZER.webm Webm video] [http://www.tmplab.org/video/HEXAGONLAZER.mp4 MP4 video] (W.I.P. 2015/01/29 : testing basic patterns in a short sequence with some randomness)
 +
 +
|}
 +
  
[http://www.tmplab.org/video/HEXAGONLAZER.webm Video here] (W.I.P. 2015/01/29 : testing basic patterns in a short sequence with some randomness)
 
  
  
Line 14: Line 19:
  
 
Like me, consider supporting him if you love the game's aesthetics and get addicted.
 
Like me, consider supporting him if you love the game's aesthetics and get addicted.
 
  
 
== Game features ==
 
== Game features ==

Revision as of 15:01, 2 February 2015

Description

A personal remake of Terry Cavanagh's SUPER HEXAGON psychedelic obstacle race game.

Also borrowing some nice ideas from Vittorio Romeo's OPEN HEXAGON remake.

Made for laser projection.

Error creating thumbnail: File missing
Webm video MP4 video (W.I.P. 2015/01/29 : testing basic patterns in a short sequence with some randomness)



DISCLAIMER AGAIN ! The original game concept is not mine but belongs to Terry Cavanagh !

This fan-game is a homage to his awesome invention.

Like me, consider supporting him if you love the game's aesthetics and get addicted.

Game features

(work in progress)

Written in Python, using the pygame framework.

Core EtherDream controller's protocol management (dac.py module) from Brandon Thomas (Echelon)'s Laser Asteroids game.

On-screen (pygame drawing primitives-based) display enables to play or design the game even with no laser at hand.

Designed with wire-frame in mind : since lasers can only draw lines, therefore even the obstacles are lines rather than solid polygons !

Level scripting mimics Vittorio Romeo's LUA scripts "spawn-then-wait" concept (but in a more basic way since I'm not as skilled as him !) thanks to Python's yield statement. Instead of writing complex state machines, write your levels as simple sequential programs !

Open Hexagon's floating/rotating walls, as well as Super Hexagon's scenery-bound walls subject to the opening/closing sector effect.


... and of course, source code intended to be released as soon as the game gets substantial playable content !