Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Looking for testers

A topic by Tex337 created 67 days ago Views: 129 Replies: 2
Viewing posts 1 to 2
(2 edits)

Hi!I'm looking for testers for my game engine(specially for meta-horror or horror).

It have built-in entity system,and have special functions for meta-horror/horror.

Link: 
https://tex337.itch.io/raw2d/

Example:

#include "raw2d.h"
#include <stdio.h>
#include <stdlib.h>
void update() {
 DrawEntities();
} 
void beforexit() {
 /* Meta horror functions */
 RawShowMessageBox("Raw2D","Test");
 RawGdiInvert();
 RawGlitchScreen(50);
 RawClipCursor(true);
}
int main() {
 InitRaw2D("Test",500,500,NONE);
 RunRaw2D(update,beforexit);
}


Compile by clicking build.bat(MinGW):


hola puedes contarme mas que lenguaje utiliza que tan avanzado va por ahora yo lo probare 


(1 edit)

¡Hola! El proyecto utiliza C y esta es la primera versión. Para obtener más información y detalles, puedes revisar el archivo README.MD que se encuentra dentro de RAW2D-SDK.zip/Raw2D_Template.zip. ¡Muchas gracias por probarlo! LINK:https://tex337.itch.io/raw2d/