google busca en RealTime
24 feb 2010
22 feb 2010
PM: 5 puntos claves a desarrollar par aun equipo Autoadministrados
5 puntos claves a desarrollar par aun equipo Autoadministrados
20 feb 2010
Codigo para toolbar para bajar de youtube
Codigo para toolbar para bajar de youtube
16 feb 2010
BPM - Space Invaders con Drools
Usando Drools en los juegos.
rule "Reverse aliens if one reachs the edge of the screen"when$alien : AlienEntity()exists (AlienEntity(x < 10) or AlienEntity(x > 750))then$alien.setHorizontalMovement(-$alien.getHorizontalMovement());$alien.setY($alien.getY() + 10);endrule "Process bullets hitting aliens"when$shot : ShotEntity()$alien : AlienEntity(this != $shot, eval($shot.collidesWith($alien)))$otherAlien : AlienEntity()thengame.getEntities().remove($shot);game.getEntities().remove($alien);$otherAlien.setHorizontalMovement($otherAlien.getHorizontalMovement() * 1.04);endrule "End the game when all aliens are killed"salience 1whennot AlienEntity()exists ShipEntity()thengame.notifyWin();game.getEntities().clear();endrule "End the game when an alien reaches the bottom"whenexists AlienEntity(y > 570)thengame.notifyDeath();game.getEntities().clear();end
ref:
Suscribirse a:
Entradas (Atom)
analytics
Etiquetas
- .NET 2.0 (15)
- ADM PROYECTOS (3)
- AJAX (2)
- Ale Sfrede (1)
- alesfrede (27)
- Arch (3)
- chrome 2.0 (1)
- chrome extension (1)
- CSS XML HTC (2)
- extension (1)
- google (1)
- google chrome toolbar (1)
- init (1)
- News (3)
- realtime (1)
- Scripting (4)
- sfrede (1)
- SQL Server (3)
- translate (1)