Hiya peoples,
A few days ago I decided to try making something new. What I decided upon was "Sonar".
The basic idea of the game, is that you play as a submarine, deep under the ocean -- Your only means of seeing the world around you is (aptly) 'sonar'.
When I've managed to fully implement the networking library I'm playing with - I plan to add multiplayer capability, and all the hunt-down-the-enemy stuff as well!
In the meantime, if anyone wants to give this a look, be aware it's an early build (only actually put about 5-6 hours in over the last three days.) but a copy is available here:
http://BagOfBacon.com/sonar/
(Currently only a windows build, if anyone wants something else, drop a message here and I'll see what I can do!)
(Edit:) And before I forget: W/A/S/D or Arrows to move, Left click mouse to send out a sonar pulse, Right click mouse to drop a 'sonar mine'!
Enjoy!
- Grey.
Comments
Next up: Modifying my level loading system to accept Scroll's levels instead!
(Files on the server have been and will continue to be updated with each change.)
By modifying your level loading system, you mean calling Scroll::LoadMap()?
:laugh:
What networking library are you using?
Do you have any other plans for the platform or gameplay you'd share?
Currently I'm using RakNet as my network library -- turns out they now have a nice free license for indies.
As for the gameplay: it's early stages right now and honestly I've not fully thought it through; (Thus leaving myself wide open to scope creep, yay! haha) but at the moment, the main priority is to make it a simple pvp death-match. Once I've prototyped that a little, (and hopefully proved it is fun!) I also plan to have several different subs to choose from; differing speeds, handling, armaments and even 'noise' levels to add a little more to the strategy of the hunt.
edit: I'm trying to keep the game very simple right now, mainly to keep me from not finishing it. Too many of the games I try to make alone get to big, too fast and I give up. I'd like to avoid that this time!
Still no actual -gameplay- yet, but that is next on my to-do list
Edit: and as always, the latest build has been put on the server if anyone wants to try it out.