Hey all!
Just got the UDK a few days ago and I've been messing around with the cool features in the editor and what not, so far it seems incredibly streamlined and easy to use.
Question (and YES I have looked for one so please do not refer me to google/search/etc) is there any "pong" clone out there with a walkthrough perhaps?
I have coded games in the past at the low level (C/C++) with various APIs and although the UnrealScript documentation and reference page is great, I'd really like to see a simple "standalone" game, simple like pong, created. Using the editor for environment development is cool but when it comes to interfacing my script/code with it I'm a bit at a loss.
Thanks for any suggestions in advance.
Edit:
I've seen various modifications to the base game (UT) with camera manipulation, such as the top-down game tutorial, but I'm looking for original actor classes as my player (2 paddles controlled by one player). Even though it's a simple game it seems to be somewhat of a feat. That or I've just been looking in all the wrong places at 3am :P
Just got the UDK a few days ago and I've been messing around with the cool features in the editor and what not, so far it seems incredibly streamlined and easy to use.
Question (and YES I have looked for one so please do not refer me to google/search/etc) is there any "pong" clone out there with a walkthrough perhaps?
I have coded games in the past at the low level (C/C++) with various APIs and although the UnrealScript documentation and reference page is great, I'd really like to see a simple "standalone" game, simple like pong, created. Using the editor for environment development is cool but when it comes to interfacing my script/code with it I'm a bit at a loss.
Thanks for any suggestions in advance.
Edit:
I've seen various modifications to the base game (UT) with camera manipulation, such as the top-down game tutorial, but I'm looking for original actor classes as my player (2 paddles controlled by one player). Even though it's a simple game it seems to be somewhat of a feat. That or I've just been looking in all the wrong places at 3am :P
Comment