lightcone – increpare games https://www.increpare.com let's try something out here... Fri, 18 May 2018 22:16:47 +0000 en-US hourly 1 https://wordpress.org/?v=4.8.2 lightcone: prototype 2 https://www.increpare.com/2008/10/lightcone-prototype-the-second/ Thu, 09 Oct 2008 01:47:53 +0000 http://www.maths.tcd.ie/~icecube/?p=762 I decided to try doing a one-player prototype of this game, and to do it in haskell this time as an exercise instead of C++. It’s a much more bare-bones things, but might be of interest to some people (requires OpenGL and GLUT to be installed).

In this demo, you are a red or blue block, the enemies are red blocks, moving in various patterns. When you overlap with an enemy block, your colour changes.

I’m not bothering with a binary distribution, but the source is here.

]]>
lightcone: prototype 1 https://www.increpare.com/2008/10/prototype-lightcone/ https://www.increpare.com/2008/10/prototype-lightcone/#comments Sun, 05 Oct 2008 13:07:18 +0000 http://www.maths.tcd.ie/~icecube/?p=718 I always have wanted to program some sort of game using special relativity, but haven’t quite figured out a good way to do it yet. However, I did think, just recently, ‘gosh, I should be able to do something with lightcones’ though. So, in this simple concept game light has a finite speed, which basically means that when you see things far away from you, you’re not seeing them as they are now, but rather as they were some time in the past.

I decided on simple laser weapons (which travel at the speed of light), which means that you won’t ever see the ones that hit you until it’s too late :D

Oh, I made it a split-screen two-player game so that you can see for yourself how the two players can see things totally differently. (but, maybe the screens are on the wrong sides…I’ll fix that in the next version :-X )

I’ve not actually tried playing it with anyone yet; I assume that the gameplay potential in its current form is rather minimal, but I think it’s still a little bit fun, and I might work more on it in the future.

And, I have two separate versions (both with sources: the mac ones should compile on linux machines as well…).

icon/Lightcone for Windows (273KB)
icon/ Lightcone for Mac OS X 10.5 (443KB)

Controls:

Player 1: Cursor Keys and Spacebar
Player 2: W S A D and F


there is some additional discussion of this over at the original tigsource thread.

]]>
https://www.increpare.com/2008/10/prototype-lightcone/feed/ 2