From f14e4db334f853c9144ab2912c5ad2235a16f4b4 Mon Sep 17 00:00:00 2001 From: ozkl Date: Wed, 4 Sep 2019 21:50:18 +0300 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7e36dbe..ee310c5 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ The purpose of doomgeneric is to make porting Doom easier. Of course Doom is already portable but with doomgeneric it is possible with just a few functions. The limitation is there is no sound! +To try it you will need a WAD file (game data). If you don't own the game, shareware version is freely available (doom1.wad). + # porting Create a file named doomgeneric_yourplatform.c and just implement these functions to suit your platform. * DG_Init