Well... it is assessment time at UNI and here is my new game!! Woot-a-loot-a-lot!!!
This is a Pac-Man Clone called NOM!.... hope you guys like it.. as before this is a windows binary but I will eventually make a Mac and Linux version as I have time.. I am in the middle of assessments at the moment so not much time unfortunately.
I'm pretty happy with this one there are some small problems still and it isn't very memory efficient and lacks some polish but as a learning project I think it came out pretty well in the few weeks we had to work on it.
Big thanks again to the various people who hang in IRC and are foolish enough to speak tor me!
As with all our assignments we are required to make a "Rolling Demo" so here it is.. though They always look kinda lame to me..
Nom! V1.1 (Windows)Source @ BitBucket - (Warning a fucking mess)
=====================================================================
Ok I'm back... well I nvr left.. big thanks to the forum members as well as though foolish enough to respond when I spoke in IRC. I couldn't have done this with out you all.
This is my 2nd ever program I have ever written and I think it came out really well considering. This is a assessment to hand in for marks, and I have 2 other assessments for other subjects due and just have to call it quits here bugs and all.
Still check it out and any comments would be welcome. I used Thor Animation for all the animations btw.
ArkBreaker
(windows),
(linux)This should be cross platform and I plan to build a Unix (ubuntu) and a Mac version when I get time after my mid term assessments are all done.
Anyway.. bit thanks to those that helped and I'll see you for Assessment 3... witch I already know what it will be... a Pac-Mac clone!
See ya!!
Oh part of the Assignment was to make a rolling demo.. so here it is!
=====================================================================
Hi there.
I have been learning programming recently. Been at it about 6 weeks now slowly working though some book from amazon, some PDFs I was given, google,
http://cplusplus.com,
http://en.cppreference.com/w/ and ##C++-Basic@freenode.
I tell you this so you understand I am a beginner, as in a real beginner I hadn't programmed a line of code in my life until a little over a month ago. I feel I have done pretty well..
There is still a occasional bug that crashes it but I feel that fixing this one bug is not a major concern, for me as I'm not trying to produce anything just learn. The project got a little out of hand for me and the once neat code block design degenerated into a real mess. I feel that if i trashed it all and started again I would do a lot better, including range checks on my vector accesses.. witch is the error here, and going though and putting them all in is not teaching me anything but a exercise.
I feel I will be better served by trying to incorporate my lessons into my new project rather than "fix" up this one.
Still I had a lot of fun and SFML once I got it kinda working was a real nice way to add some spice to the game. I intend to keep using it for my next project witch will be a similar simple type of thing but this time I will use 2D gfx powered by SFML!
--== Download == --
http://www.mediafire.com/download.php?bopbkhrxknipte0 (PC ONLY)
If you get a DLL error you may need to install
Microsoft Visual C++ 2010 Redistributable Package (x86)Or
Microsoft Visual C++ 2010 Redistributable Package (x64)Again, thanks for the help of those on this forum and I'll chat to you all again soon!
--aNewHobby