Recent Posts

Adventures in the Magical Land of Tiling Window Manestia

Posted by PY on July 17, 2011, 2:22 p.m.

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 …

PY

Food for Thought, A short story

Posted by DesertFox on July 17, 2011, 12:19 p.m.

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?

Posted by Shork on July 17, 2011, 3:57 a.m.

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

Posted by leemcd56 on July 16, 2011, 3:33 p.m.

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.

U aint nuhttin butt uh PUNK ASS BITCH.

Posted by JID on July 16, 2011, 12:37 p.m.

Wit yo bitch ass

JID

Check out my music?

Posted by link2x101 on July 15, 2011, 10:13 p.m.

http://soundcloud.com/link2x101

Is the songs I like out of most of what I've made so far, I'll post the link to the others later.

Also, I have a game I tried to submit, but I'm not sure if it went through… game mods, do you know if it did?

Also, some …

Add me on Steam

Posted by JID on July 15, 2011, 6:41 p.m.

Username : focus1094

Do it.

JID

The New World Order

Posted by sk8m8trix on July 15, 2011, 3:50 p.m.

They say the new world order is just god's master plan but if the blueprint calls some to starve, don't blame god's right-hand man, 'cause the president is holy, and the president is pious, and hallelujah! he's a good ol' boy! hosannah in the highest!

The plan is written in …

The agm API

Posted by Alert Games on July 14, 2011, 10:19 p.m.

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

Posted by link2x101 on July 14, 2011, 6:26 p.m.

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;
}

Yeah, it uses some CSS3-only things, but meh, it's still cool.

I want to change the color of comments, but …