Author Topic: looking to make some games!  (Read 1262 times)

Offline bigwavejake

  • Level 2
  • *
  • Posts: 4
  • Reputation: +0/-0
    • View Profile
looking to make some games!
« on: March 25, 2010, 12:44:58 PM »
Hey all!

I've played a couple of PBBGs and found them really fun!  I've always wanted to try my had at making them.  When searching Google for development tips, I stumbled on this forum.  Just thought I'd introduce myself.

I've been a professional programmer for almost 15 years.  I write C code for SAS, the largest Business Intelligence software vendor.  I dabble with some of the web programming languages (Python, Ruby, PHP, and Smalltalk).

I hope to be an active forum member.

Offline jannesiera

  • Level 35
  • **
  • Posts: 1,026
  • Reputation: +6/-1
    • View Profile
    • BBGameDesign
Re: looking to make some games!
« Reply #1 on: March 25, 2010, 03:19:03 PM »
Hey and welcome to the community!

What are your plans to create a browser game? If I have to make a guess I think you will have most problems with a good game design, so be careful with that and don't forget that we are here to answer that sort of questions too (not only programming / sources related :P). We are all very eager to meet your project ;).

Offline bigwavejake

  • Level 2
  • *
  • Posts: 4
  • Reputation: +0/-0
    • View Profile
Re: looking to make some games!
« Reply #2 on: March 25, 2010, 03:31:09 PM »
I've played around with PHP, but don't much care for the development style or environment.

I'm looking at developing a game in Seaside (Smalltalk web framework).  It's closer to what I'm used to in desktop dev.

As far as game, I'm looking to do a Western RPG.  That's as far as I've gotten in design.

Offline Harkins

  • Level 28
  • **
  • Posts: 424
  • Reputation: +11/-2
  • Coder, blogger, entrepreneur.
    • View Profile
    • Push CX - Blog
Re: looking to make some games!
« Reply #3 on: March 25, 2010, 08:28:20 PM »
Seaside feels a lot like desktop development because of its fundamental use of continuations, which lets you feel a lot like you have a session like you do on the desktop. I think Seaside's an amazing experiment and worth wrapping one's brain around, but the web is fundamentally request/response and you'll have a lot more success with a web framework operating in this paradigm -- which, yeah, is going to be unfamiliar to you as a desktop coder.

Whatever tool you choose: at least you didn't choose PHP.

Wait, that's not what I meant to say. (Well, it is, but --)

Whatever tool you choose: welcome. Nice to have you.

Visit #bbg on irc.freenode.net to talk browser games anytime.

Offline Chris

  • Game Owner
  • Level 35
  • *
  • Posts: 2,217
  • Reputation: +28/-1
    • View Profile
Re: looking to make some games!
« Reply #4 on: March 27, 2010, 09:02:03 AM »
C coder and you went for something else than PHP!? This is... perversion! :D

Offline bigwavejake

  • Level 2
  • *
  • Posts: 4
  • Reputation: +0/-0
    • View Profile
Re: looking to make some games!
« Reply #5 on: March 28, 2010, 02:28:25 PM »
No way!

PHP's syntax is closer to C, but the paradigm for Seaside is closer to what I'm used to as a desktop programmer.  The paradigm is the hard thing to learn.  After that, it's all just syntax.

Offline JGadrow

  • Level 35
  • **
  • Posts: 1,133
  • Reputation: +23/-2
    • View Profile
Re: looking to make some games!
« Reply #6 on: March 29, 2010, 11:59:57 AM »
I've been told that I need to look into SmallTalk. Supposedly, developers  utilizing SmallTalk are fanatically loyal in support of it. I just get all creeped out by the syntax. lol

Couple that with the fact that there's very little that I dislike about C++ and I haven't really seen a need to use SmallTalk. Maybe I'll cycle around to it when I'm old and have nothing else to do. ;)
Idiocy - Never underestimate the power of stupid people in large groups.


Offline bigwavejake

  • Level 2
  • *
  • Posts: 4
  • Reputation: +0/-0
    • View Profile
Re: looking to make some games!
« Reply #7 on: March 30, 2010, 03:47:14 PM »
C++ is great.  But the next logical step after C++ is Objective-C.  It's all of the C++ best practices put into a single language.  Objective-C is great.  But the next logical step is to Smalltalk.  All the Objective-C goodness, but also dynamically typed.  Makes code SUPER flexible.

tldr; Smalltalk > Obj-C > C++

Offline JGadrow

  • Level 35
  • **
  • Posts: 1,133
  • Reputation: +23/-2
    • View Profile
Re: looking to make some games!
« Reply #8 on: March 31, 2010, 08:04:39 AM »
See, I like typed languages. It's a way to validate your input and output without needing to add extra code to do so. If you need a function that is dynamic, (say because you don't want to declare the same code multiple times for different types) that's what templating is for.

Have you looked into D at all? It's still a fledgling language but it appears to be pretty ingenious in that it allows you to interface with other libraries but you cannot compile a C program with it (one of the pitfalls of C++).
Idiocy - Never underestimate the power of stupid people in large groups.


Offline Meep

  • Level 5
  • *
  • Posts: 16
  • Reputation: +0/-0
  • :D:D
    • View Profile
Re: looking to make some games!
« Reply #9 on: April 28, 2010, 08:00:28 PM »
Nice to meet you, and welcome to BBgamezone :)
Goodbye and thanks for all the fish ~

 


SimplePortal 2.3.3 © 2008-2010, SimplePortal