Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: Programming Games for beginers?  (Read 919 times)

0 Members and 1 Guest are viewing this topic.

Shredder1

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 86
  • Last login:October 17, 2022, 12:42:09 pm
  • I want to build my own arcade controls!
Programming Games for beginers?
« on: March 11, 2005, 11:58:45 am »
Hey all,

I've never attampted anything like this before, but I was thinking of putting together a rough side scrolling game with my 3D characters just for fun.  Are there any good tutorials out there that can help get me started?

Thanks :)
Neil

RayB

  • I'm not wearing pants! HA!
  • Trade Count: (+4)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 11279
  • Last login:July 10, 2025, 01:33:58 am
  • There's my post
    • RayB.com
Re: Programming Games for beginers?
« Reply #1 on: March 11, 2005, 12:30:59 pm »
Umm, do you have any programming experience at all?
NO MORE!!

SirPoonga

  • Puck'em Up
  • Global Moderator
  • Trade Count: (+1)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 8188
  • Last login:July 20, 2025, 03:37:24 pm
  • The Bears Still Suck!
Re: Programming Games for beginers?
« Reply #2 on: March 11, 2005, 01:25:50 pm »
Do a search.  Tons of referenced out there. 
http://www.gdse.com
http://www.gdmag.com

And many colleges these days offer courses.

Shredder1

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 86
  • Last login:October 17, 2022, 12:42:09 pm
  • I want to build my own arcade controls!
Re: Programming Games for beginers?
« Reply #3 on: March 11, 2005, 01:55:46 pm »
Nope, never attempted anything like this before.  The only other thing that may be considered close is my experience with Director 7, but I doubt that counts..

RayB

  • I'm not wearing pants! HA!
  • Trade Count: (+4)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 11279
  • Last login:July 10, 2025, 01:33:58 am
  • There's my post
    • RayB.com
Re: Programming Games for beginers?
« Reply #4 on: March 11, 2005, 03:51:40 pm »
Director 7 would count *IF* you made some games with it entirely out of Lingo (that means getting cast members moving around all through Lingo and not through premade animations, etc).

Honestly you need to take baby steps. Learn to get stuff moving around in 2D... pick a language you want to commit to learning... Visual Basic is pretty decent for 2D games now, when used with DirectX or other graphics library.

NO MORE!!