0
I Use This!
Activity Not Available

News

Analyzed 3 months ago. based on code collected 4 months ago.
Posted over 13 years ago
Here is what I ended up with at the end of GGJ 2012. I've cleaned it up a bit, got it working under Internet Explorer (mostly) and put it online here. I ended up with more of a virtual world or virtual ecosystem than a video game. I ran out of time ... [More] to put probably the most important thing into the game - game mechanics. Also no time for sound, the player has very little agency in the world, and there are no win or lose conditions. Overall it was a lot of fun to build though, and I got some pretty neat new technology for jsGameSoup out of it, namely the isometric camera library, and a lightweight vector math library. GGJ was also really fun just because of the social aspect of being crammed into a room with like minded people for 48 hours. Can't wait for next year! [Less]
Posted over 13 years ago
Here is what I ended up with at the end of GGJ 2012. I've cleaned it up a bit, got it working under Internet Explorer (mostly) and put it online here. I ended up with more of a virtual world or virtual ecosystem than a video game. I ran out of time ... [More] to put probably the most important thing into the game - game mechanics. Also no time for sound, the player has very little agency in the world, and there are no win or lose conditions. Overall it was a lot of fun to build though, and I got some pretty neat new technology for jsGameSoup out of it, namely the isometric camera library, and a lightweight vector math library. GGJ was also really fun just because of the social aspect of being crammed into a room with like minded people for 48 hours. Can't wait for next year! [Less]
Posted over 13 years ago
Here is what I ended up with at the end of GGJ 2012. I've cleaned it up a bit, got it working under Internet Explorer (mostly) and put it online here. I ended up with more of a virtual world or virtual ecosystem than a video game. I ran out of time ... [More] to put probably the most important thing into the game - game mechanics. Also no time for sound, the player has very little agency in the world, and there are no win or lose conditions. Overall it was a lot of fun to build though, and I got some pretty neat new technology for jsGameSoup out of it, namely the isometric camera library, and a lightweight vector math library. GGJ was also really fun just because of the social aspect of being crammed into a room with like minded people for 48 hours. Can't wait for next year! [Less]
Posted over 13 years ago
End of Saturday night, day two: Got some sleep. Lots of on the TODO list for today. About 7 hours left. :)
Posted over 13 years ago
End of Saturday night, day two: Got some sleep. Lots of on the TODO list for today. About 7 hours left. :)
Posted over 13 years ago
End of Saturday night, day two: Got some sleep. Lots of on the TODO list for today. About 7 hours left. :)
Posted over 13 years ago
The theme is "Ouroboros". Progress as at midnight day 1: I have a reasonably concrete idea of where I am going. Hopefully there will be time to iterate on my idea and "find the fun".
Posted over 13 years ago
The theme is "Ouroboros". Progress as at midnight day 1: I have a reasonably concrete idea of where I am going. Hopefully there will be time to iterate on my idea and "find the fun".
Posted over 13 years ago
The theme is "Ouroboros". Progress as at midnight day 1: I have a reasonably concrete idea of where I am going. Hopefully there will be time to iterate on my idea and "find the fun".
Posted over 13 years ago
Recently I added Sean McCullough's Javascript implementation of the Perlin noise algorithms to jsGameSoup. These Academy Award winning algorithms by Ken Perlin are fantastic for adding procedural content to your games. The RPG map above with grass ... [More] , water, road, sand, and tree tiles represented in the different colours, was produced with the simplex noise demo here. It can randomly generate a basically infinite number of unique RPG maps of basically infinite size. Check the jsGameSoup documentation for more details. [Less]