Nice! Wo;; jabe a play later.

2009/12/21 Elliott Slaughter <elliottslaugh...@gmail.com>

> I just finished my final submission for the Friendly Lisp Games Competition
> 2009. The game, Thopter, is a scrolling shooter inspired by the likes of
> Raptor: Call of the Shadows and other old games. Thopter is implemented in
> Common Lisp, using lispbuilder and cl-opengl for graphics, usocket and
> cl-store for sockets and serialization, and a handful of other CL utilties.
> The game engine used to build Thopter is freely available under the MIT
> license (see project page below).
>
> Here is a demo video of the game:
>
> http://www.youtube.com/watch?v=5MDqC6XG-Ag
>
> The controls are arrow keys to move, spacebar to shoot, and either
> left-ctrl or left-alt to fire a seeking missile. Three upgrades in the game
> restore health, increase the firepower of the gun, and provide missile ammo.
>
> Currently the game supports single player and two-player coop over LAN. To
> start a network game, open a terminal and run
>
> ./main --server=W.X.Y.Z --port=12345
>
> and on the other machine
>
> ./main --connect=W.X.Y.Z --port=12345
>
> where W.X.Y.Z is the IP address of the host machine and 12345 is some port
> of your choice.
>
> Source and downloads (currently only Mac, but Windows and Linux coming
> soon) are available from the project page:
>
> http://code.google.com/p/blackthorn-engine/
>
> Enjoy :-)
>
> --
> Elliott Slaughter
>
> "Don't worry about what anybody else is going to do. The best way to
> predict the future is to invent it." - Alan Kay
>
> _______________________________________________
> application-builder mailing list
> application-builder@lispniks.com
> http://www.lispniks.com/mailman/listinfo/application-builder
>
>
_______________________________________________
application-builder mailing list
application-builder@lispniks.com
http://www.lispniks.com/mailman/listinfo/application-builder

Reply via email to