How to create a new game in 2D Shooter Style for Free95? it's a windows 95 clone

How i implement the programming syntax in 2D game sense? like mecanics, enemies, itens, weapons, resources, game power-ups, and money in-comes.
Medical stations/data assessment checkpoints are good for saving the progress in-game, so what’s going to be?

2 Likes

As the author of Free95, what’s this? why? isn’t it simple enough to create a 2D game using the Win32 API? Microsoft Documentation?

  • Free95 is NOT a Windows 95 clone. It’s an open source Windows-Compatible OS.
1 Like

Medical stations for saving progress make sense if your game has survival elements. Otherwise, checkpoints tied to key events or currency-based saves could add strategic depth. What kind of experience are you aiming for—challenging, casual, or something in between?

1 Like