A downloadable game for Windows and Linux

Español:

En CodeGame debes proteger a tu computadora de ser atacada por los bugs, escribiendo comandos en la consola. Por ahora solo existen estos comandos:
heal -> Te cura 10 puntos de HP.
kill one -> Elimina al enemigo mas cercano.
for (auto &e : enemies){e->destroy()} -> mata a todos los enemigos. engine.getElements(tag::character)->setHP(100) -> te recupera toda la vida. time.sleep(100) -> los enemigos se quedan quietos por 2 segundos.

Cada 500 puntos aparece un nuevo enemigo, así que ten cuidado!

En el futuro me gastaría enfocarlo mas a aprendizaje de programación y entrenamiento de escritura.


English:

In CodeGame, you must protect your computer from being attacked by bugs by typing commands into the console.

For now, only the following commands are available:

heal -> Restores 10 HP.

kill one -> Eliminates the nearest enemy.

for (auto &e : enemies){e->destroy()} -> Destroys all enemies.

engine.getElements(tag::character)->setHP(100) -> Fully restores your health.

time.sleep(100) -> Freezes enemies for 2 seconds.

A new enemy appears every 500 points, so be careful!

In the future, I'd like to focus more on programming learning and typing practice.

Download

Download
codeGame.zip 528 kB

Install instructions

Español:

Descarga el .zip, descomprime la carpeta y ejecuta el juego.
En algunas computadoras, podria aparecer un mensaje de "editor desconocido", solo debes presionar en ver mas y ejecutar de todas formas. (Esto es por que no tengo una firma digital la cual es bastante cara).

English:

Download the .zip file, extract the folder, and run the game.
On some computers, a message saying "unknown publisher" might appear — just click "More info" and then "Run anyway."
(This happens because I don't have a digital signature, which is quite expensive.)

Leave a comment

Log in with itch.io to leave a comment.