Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am igbedecarats on github.
  • I am ivanbedecarats (https://keybase.io/ivanbedecarats) on keybase.
  • I have a public key ASDnjmJ3yqnHSvzz-LAoOHIz0DwEzH7hyE3OP8UO1dnh7Qo

To claim this, I am signing this object:

@igbedecarats
igbedecarats / escenarioDemo.yaml
Created November 16, 2013 20:35
Como quedaria el Yaml de un escenario
canvas:
background: ./images/panel.png
cantidadJugadores: 2
mision: tito
jugadores:
- nombre: jugador1
figuras_template:
plataforma: 1
basket: 2
bowling: 3
@igbedecarats
igbedecarats / AudioPlayer.cpp
Created November 9, 2013 19:35
AudioPlayer
#include "StdAfx.h"
#include "AudioPlayer.h"
#include "Log.h"
AudioPlayer::AudioPlayer(void)
{
music = NULL;
}