Welcome


I've made thise blog to introduce myself and to present some small scripts I've done on python 3.1 and C++ and some games I've made with Game Maker 8.
Please, give your opinion...
(Sorry about my bad english and the fact that many applications are written or comented in spanish)

Friday, April 22, 2011

Drawing...

The other day I was really bored, I didn't know what to do. So I decided to give Gimp a try.
After half an hour trying it, I felt confident enough to draw something I had been looking for a while: The Guild Wars Tux Elementarist:

Enjoy it, you can use it anyway you like.

Friday, June 18, 2010

Dragon Duel to Death

A game I made with Game Maker:
YoYoGames
Screenshot103

Dragon Duel to Death
Added: 23 June 2009
By: el2suicida1

YoYoGames
Screenshot100

Dragon Duel to Death online
Added: 18 June 2010
By: el2suicida1

Wednesday, June 9, 2010

Timer

This is a timer made with python:

Here I use a function (separar_y_reconocer_unidades) that asks you the time you want to wait and it separates the seconds, the minutes and the hours and calls another, named calc_tiempo, function with those three separated units as arguments. Then it transforms everything to seconds and returns the total of seconds equivalent to the time you have set.In the end, is a function called GUI_consola, which displays a main menu called separar_y_reconocer_unidades.
I hope yow like it...

Using classes

This is my first C++ program (it's has 3 files):
http://www.megaupload.com/?d=YMH3948J

The executable is included!!

It uses classes
It's a program that calculates how many kilometers will travel a car (it has three different car to choose).

Calculator

This is my first python script:
http://www.megaupload.com/?d=72R587MR

It's a very simple calculator that allows you to do addition, subtraction, multiplication and division of two numbers.