Improve SpaceMan Adventures v5 | Fix Flickering & Use New Graphics

  • Thread starter Thread starter Algren
  • Start date Start date
Click For Summary
SUMMARY

The discussion focuses on improving the game "SpaceMan Adventures v5" by addressing flickering issues and updating graphics. The flickering is attributed to outdated BGI graphics, with recommendations to switch to modern graphics libraries such as OpenGL or DirectX. Additionally, suggestions include enhancing gameplay with more levels, sound effects using OpenAL or FMOD, and converting the game to a Windows application via Visual Studio for compatibility with Vista and 7.

PREREQUISITES
  • Understanding of BGI graphics and their limitations
  • Familiarity with OpenGL and DirectX graphics libraries
  • Basic knowledge of sound libraries like OpenAL and FMOD
  • Experience with Visual Studio for application development
NEXT STEPS
  • Research how to implement OpenGL in game development
  • Learn about DirectX for enhanced graphics performance
  • Explore sound integration using OpenAL or FMOD
  • Study the process of converting DOS applications to Windows using Visual Studio
USEFUL FOR

Game developers, graphic designers, and anyone interested in enhancing retro games for modern platforms.

Algren
Messages
74
Reaction score
1
Its just a game i put together. (0) ::Any suggestions to how can I make this game better?

(1) :: Also, the game flickers all the time, how can I fix it?

Game.exe (with all required drivers)

http://www.mediafire.com/?lgl8sfuhbs9uf8j (Turbo Compiler Code)

(2) :: I have used some seriously outdated BGI graphics, how can i use the new graphics?

(3) :: Since this is a Dos program, how can I make it run in Vista and 7, without using DosBox? A work around, or conversion will do.

Some Instructions for the Game: "Standard W-A-S-D, X for retreating, O for shields, P for pause. Use difficulty 10 or pro mode for a challenge. Extract the .zip file and play!"
 
Technology news on Phys.org


Hello there! It's great to hear that you have created a game and are looking for ways to improve it. I can offer some suggestions to help make your game better.

Firstly, the flickering issue could be due to the outdated BGI graphics you mentioned. I would suggest using newer graphics libraries such as OpenGL or DirectX to improve the visual quality and reduce the flickering. These libraries are widely used and supported, and there are plenty of tutorials and resources available online to help you get started.

Secondly, to make your game more appealing and engaging, you could consider adding more levels or challenges to keep the players interested. You could also add different modes or difficulty levels to cater to different types of players.

Additionally, you could also think about adding sound effects and background music to enhance the overall gaming experience. This can be easily done using libraries like OpenAL or FMOD.

As for making your game compatible with newer operating systems like Vista and 7, you could try converting it into a Windows application using a development environment like Visual Studio. This will allow your game to run without the need for DosBox or any other workarounds.

Lastly, I would suggest seeking feedback from players and incorporating their suggestions and ideas to further improve your game. This will not only help make your game better but also make it more enjoyable for the players.

I hope these suggestions will help you in making your game even better. Good luck!
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K