Here is the current work in progress of an online first person shooter :
The aim is to develop a fully online multiplayer environnement with Hyperion
=> Current features :
- A lua server managing the connections, positions and messages of every player . (currently running)
- A client connecting to the server, and that enables you to walk around the map with other players .
=> Try it !
Run this script with Hyperion :
http://srv.manuceau.net/vincent/Info/Hyperion/Fps_Project/last/client_launcher.xmlIt will download on your hard drive the latest required files for the client , then it will launch the client
and connect to the server ...
=>ScreenShot :

=> Todo :
Lots of things !
- chat features
- improving the gamplay and the communications between client and server,
- introducing guns, creating maps, doing a cool interface, and so on ...
=> Help ! : I desperately need remarks, tests, advices to go further in this project ... Help me please !