Skip to main content

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

birdrun

5
Posts
7
Followers
2
Following
A member registered Jan 23, 2018 · View creator page →

Creator of

Recent community posts

Good things are happening. I can draw some graphics in ASEPRITE, then feed them through a python script to convert them into raw bitplane data that I can load into the EGA graphics ram. From there I can do very fast VRAM to VRAM copies assisted by the EGA hardware. A full screen write can be 11-35 ms, depending on the CPU speed I have to play with. Hoping I can do something like Cosmo or Duke that has a parallax layer (even if that means el-chunky scrolling)

I CAN DRAW PIXELS. The mysteries of EGA shall become known to me yet!

I've FINALLY convinced Watcom to make a DOS exe file that I can run is DOSBOX.

(1 edit)

I think I've decided I'm going to build something in EGA specifically (for that colour palette), and write everything in C on Watcom's compiler most likely. I'm hoping it'll run at a decent enough speed on a 486. I'm thinking something along the lines of the 1991-1992 era blocky platformers like Duke Nukem, Cosmo, etc.


That being said, part of me wants to go full LucasArts, part of me wants to write a wolf3d style raycaster....

It has been a VERY long time since I did DJGPP + Allegro builds (on Windows 95). Might just feel comfy. Torn between this and learning to use Watcom and bang on all the registers like it's 1992.