Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Dooshco

Pages: [1]
1
SFML projects / Classic Asteroids Remake
« on: December 17, 2017, 02:14:42 am »
Hi All,

I tried to remake classic Asteroids game as it was originally released by Atari on arcade in 1979.
All drawing is done using vectors, including text. I would like to make it playable as much like the original so I would appreciate any input to improve it and make it as close as possible.

Source code can be found at: https://github.com/Dooshco/Asteroids
Windows executable is at: https://www.dropbox.com/home/Public/Asteroids
For sound I am using the Synthesizer generator I published at: https://github.com/SFML/SFML/wiki/Synth



2
SFML wiki / Source:Synthesizer
« on: October 27, 2017, 08:30:58 pm »
I wrote a simple library (just an include file really with few functions) to enable creation of simple sound effects programmatically. It can be found here https://github.com/SFML/SFML/wiki/Synth

BTW. I am old timer getting back to programming for fun but it has been many years since I wrote any real code so any comments and imporevement suggestions are very welcome.

Pages: [1]