Challenge Week 1 - Both really
Thought I'd kill two birds with one stone. You'll understand when you go to the page lol. http://vambitten.x10.mx/challenge/game.html Its not perfect but it works. I haven't done graphic game...
View ArticleSimple (commented) solution using JS & the DOM
https://jsfiddle.net/qantd9m7/17/ You will have access to all the code which is for the JS part only about 110 lines long (with the comments). Art is from my game maker, and in total it took me about...
View ArticleLudiculus: Simple walk
Took me less than 5 minutes, made a new demo which have a splash screen and a simple walking guy: http://www.ludiculus.com/maker/#DEMO=SimpleWalk Now this doesn't use the DOM instead it uses currently...
View ArticleFloaty's Quest
Hosted: https://ayu.co.za/fun/floatys-quest.html Code (HTML5): <!DOCTYPE html> <html> <head> <style> /** Space-time fabric **/ html {...
View ArticleCoding Challenge 1 Voting
Week 1 Entries Available for Voting: Spoiler: Challenge Details Challenge 1: Create a moving character or object (car, plane, animal). Requirement: Character/Object must move on keyboard or mouse input...
View ArticleTic Tac Toe => AI
Some long time ago I created an AI for a Tic Tac Toe: http://temp.nowhere-else.org/tic_tac_toe/ Now even if this is not really what was requested, it's not such a useless entry for this challenge as it...
View ArticleCharacter: 211x
Name: 211x Race: Genetically Altered Human Sex: Unknown Background (or Bio): A failed experiment gone wrong from the government trying to create the perfect soldier. After the fusion when 211x was...
View ArticleDrakin Metich
Name: Drakin Metich Race: Mage Sex: Male Background (or Bio): Born in a little village just outside the realm, Drakin was the bastard son of a rich Lord who chose to abandon him rather than raise him....
View ArticleRIP: Browser [From Mario Brothers]
Bowser -------------------- 1983 -------------------- Bowser was man of fear. Loved by many of the wrong people and hated by the people of Mushroom Kingdom. He would have been a great leader if he...
View ArticleRIP
Steve -------------------- 16th September -------------------- Steve was a loving miner, builder and explorer. He loved to spend his days mining ores and gems deep beneath the earth. When he wasn't...
View ArticleA Couple
I've made a few of these in the past. VB - http://sourceforge.net/projects/epacslotmachine/ No longer have the source for this one. Java - Android SDK -...
View Article[C#] Game Character Class
Disclaimer: Not sure if this is "Challenge 3" or not, but as there wasn't a header available that made sense for this, I just figured I'd put it there. So I went ahead and created a RPG character...
View Article[JAVA] RPG Character Class
Decided to go with Java. To be fair, I'm not sure if this works. I did it quickly in notepad++ Entity.java Code (Java): abstract class Entity { private int hp; private int atk, def;...
View Article[PHP] - RPG Character Class
I tried to keep it fairly simple to show more of the concepts of creating a character class. interface_char.php PHP: <?php /* @(#)File: interface_char.php @(#)Version: 1.0...
View Article