Hell World es un emocionante juego de aventuras FPS que cuenta con excelentes gráficos, una atmósfera oscura y un excelente escenario. El juego Hell World está diseñado para ser un port de la versión para Windows de Hell World.
Está escrito usando la librería openGL y SDL y está siendo desarrollado durante los últimos meses por ironhell3.
El juego comienza desde main.c Allí llamamos primero a dos funciones,
sdl_init() y game_init() para inicializar el sdl y el juego.
Después de la inicialización exitosa de Hell World hacemos un bucle en una función while().
En cada fotograma comprobamos los eventos del teclado y el ratón mediante keyhandler() y luego renderizamos los fotogramas del juego mediante loop().
Cuando obtenemos una señal done=true salimos del juego.
Importante:
Necesitamos desarrolladores,musicos,artistas etc para ayudar a desarrollar este juego.
Este juego esta publicado bajo la licencia GPL.por favor LEA el archivo COPYING para mas informacion
Qué hay de nuevo en esta versión:
- Movimiento fijo
- Niebla añadido
- Añadido cajas
- Rediseño del nivel 1 incluyendo cambios de textura
Hell World is an exciting FPS adventure game that features excellent graphics, a dark atmosphere and an excellent setting. The Hell World game is designed to be a port of the Windows version of Hell World.
It is written using the openGL and SDL library and is being developed during the last months by ironhell3.
The game starts from main.c There we first call two functions,
sdl_init() and game_init() to initialize the sdl and the game.
After successful initialization of Hell World we loop in a while() function.
At each frame we check for keyboard and mouse events using keyhandler() and then render the game frames using loop().
When we get a done=true signal we exit the game.
Important:
- We need developers,musicians,artists etc to help develop this game.
- This game is released under the GPL license. Please READ the COPYING file for more information.
What's new in this version:
- Fixed movement
- Added fog
- Added boxes
- Redesigned level 1 including texture changes
Proyecto oficial y Capturas de Pantallas / Official Project and Screenshots:
¡Hasta el próximo juego!
Until the next game!