Recent Posts
Adventures in the Magical Land of Tiling Window Manestia
Adventures in the Magical Land of Tiling Window Manestia
==========================================================As always, formatted in Markdown.So, I assume we're all used to the floating window paradigm (If you're not, upgrade to Windows 3.1 already!), and for those of us who use it often, we're also no doubt used to its …Food for Thought, A short story
It was 1993, the day the alien conquerors came. They came in great ships, blocking out the sun as they always did in television shows and in films. They had but one thing to say, and it was this:
"You have been conquered."It was a war in which not …Did I show this to you?
It's been a long ass time since I've done anything here. I found this text file in my file manager though, it's a python program for simulating solar system formation from a random collection of particles representing a dust cloud. It was the first real program I wrote in python, …
[l56] Target Platforms
I added a new feature allowing you to select the platforms your game or example will work on during submission. If this feature does not work, let me know. I have tested it via localhost on my computer, and nudged it in to code on the server.
Check out my music?
The New World Order
The agm API
Your welcome all who are interested. After a lot of work making it more secure, more useful, and most importantly easier to use, the api will help designing multiplayer, highscore, and achievements. Yeah reflect. I coded achievements. You can look at them in your profile. O wait, the profiles also …
Custom CSS
I love it. :D
body {
background: #444;
}
span {
color: #000;
text-shadow: #FFF 0px 0px 8px;
}
#blog_wrapper {
background: #000;
-moz-border-radius: 16px;
border-radius: 16px;
border: #222;
}