List of things done and things to come

posted in the game for project unirule
Published December 04, 2014
Advertisement

So this game has been a hobby of mine and I've set certain goals over the year and have achieved each one so far. We'll see how long this can go on for.

Accomplished goals

- create algorithm to generate an icosahedron of any number of faces (divisible by 80):

with my own algorithm I figured that I would be better able to manipulate the icosahedron and thus better able to use the algorithm to create dynamic worlds.  future goal: create a more realistic dynamically generated worlds

- allow camera to move around world/sphere freely. Thus no real 'UP' direction other than that which is relative to the cameras view.
- allow something similar to a camera hot key. Basically allowing the user to assign views(camera zoom and location) and retrieve them with ease.
- create a box and have the box move along the sphere while sticking to the terrain of the sphere. Kind-of simulating gravity I guess.
- select starting and ending points and generate a 'wall' of some size that contours to the surface of the world.
- create server and client sides. client in browser, server in terminal and have the two of them talking with each other successfully.
- create many servers all talkin to each other.
- synchronize the experience of any browser with the server when the browser regains focus.
- come up with potential name and logo for the game.

As you can see some pretty basic stuff. But I'm teaching myself as I go.

Future Goals (short term ~ early new year)

- box collision detects with walls and other world obstacles (this part should be easy as the box already collision detects with the sphere.)
- box uses a combination of dropping nodes and pathfinding between nodes to learn and navigate around its world. (I've already created a simple pathfinding algorithm for a different game I made and now just need to feed it up.)
- develop user registry/login and game session retrieval. To allow users to participate in my game of course.
- and then much much more.

Check out my first album with some pictures and little blurbs about each.

5aa88a342b2f0_Screenshotfrom2014-11-2722_45_13.thumb.png.c35f5b572befc4f1b638d0774fd4cafe.png

5aa88a561990c_Screenshotfrom2014-12-0320_47_47.thumb.png.42fe6458897eaef213a59a538675b68f.png

5aa88a62de53a_Screenshotfrom2014-12-0321_11_45.thumb.png.9567cabc48eb98283730ef3b54bdeadd.png

5aa88a6f5a22a_Screenshotfrom2014-12-0321_12_45.thumb.png.4eccef9de046eb21ce6513cf64e1ec4e.png

0 likes 0 comments

Comments

Nobody has left a comment. You can be the first!
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Profile
Author
Advertisement
Advertisement