Peace Infection!

Two weeks ago we got an assignment in school, we the second grade high school students were to create a game with the theme “The Cold War”, this we would do at the same time as students at Blekinge Institute of Technology would create one with another theme. Since they’re college students they got those whole two weeks to work, while we got approximately 9 hours of class time.

What we did was that we divided our class into groups of three people, my group created “Mad Spoon Studios”.
After much thinking around the theme of The Cold War we came to the conclusion that we wanted to work with hippies. So the result was a game trying to show how to prevent war without violence.

There are things we wanted to add that we were unable to make in time, but it’s something, and hey, only 9 class hours!
There also are no instructions, also due to time.

So here and now I release the game with the ugly source code, but it’s there.
Note: Source code is licensed under the WTFPL!(This does not apply to graphics, you are not allowed to reuse those)

Download the game
Download the source code

A trailer made for fun(Contains the solution for the first phase):

Main menu
Phase one
Phase Two

Pushbullet desktop application

So some days ago I found this Android app called Pushbullet and it seems really neat and it was! It’s what chrome-2-phone should’ve been, and better! I just found one disadvantage, there was only a chrome extension! So I got the idea, since there is a Chrome extension there gotta be some kind of api, and of course I was right! By looking at the code of the Chrome extension I managed to come up with this! A desktop application for Pushbullet!
Desktop application!
This was a fun little project to do and it works quite nicely! I hope you’ll find it as useful as me!

NOTE: It can be started with the /tray command to make it hide in tray on start(there’s a login button in the rightclick menu)

Download (NEW)
Download (old)
Sourcecode on Github

Creating a hangman game in Actionscript 3 with Flash (in Swedish)

Skapa ett hänga gubbe spel i Flash Actionscript 3
Hejsan, jag är tillbaka med en ny tutorial om hur du gör ett hänga gubbe spel i Flash Actionscript 3.
Målet med denna tutorial är att, i slutet av tutorialen så kommer du har ett fungerande hänga gubbe spel som du kan använda och anpassa som du vill. Den färdiga koden kommer att ges i slutet av tutorialen.

Continue reading

Figure Creator

We were supposed to create character/object creator/editors for school. I was really unsure about what to do so I created a Figure Creator. You can choose a base shape and then move around the vectors. There is a bug when you run the figure creator on the web. If you add a background you can’t save. I don’t know how to fix this since it works perfectly when running the creator locally.
http://dan-l.net/school/FigureCreator.html

Creating a rock-paper-scissor game in Actionscript 3 with Flash (in Swedish)

Att skapa ett sten-sax-påse spel med Flash i Actionscript 3
I denna tutorialen så ska jag visa hur man gör ett “sten-sax-påse” spel i flash med Actionscript 3. I tutorialen går jag även igenom hur man lägger till movieclips/knappar på din “stage” igenom Actionscript 3 och hur man skapar och använder en Actionscript 3 klass fil så du inte behöver någon kod i din timeline.

Continue reading