The VG Resource |Sprites |Models |Textures |Sounds |Login |
|Muscle Tower |DidYouKnowGaming? |VGFacts |
The VG Resource
    Chat
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register
The VG Resource › Creative Zone › Games Development v
1 2 3 4 5 ... 26 Next »

Gamedev Lounge 0010




User(s) browsing this thread:
Pages (22): « Previous 1 2 3 4 5 ... 22 Next »
Post Reply 
 
Thread Rating:
  • 2 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
Gamedev Lounge 0010
Gorsalami Offline
My muscles go mow mow~
***
Administrators

Posts: 5,765
Joined: Jun 2008
Reputation: 144
Post: #16
RE: Gamedev Lounge 0010
sticking this, it looks like a promising thread. Talking about the programming part of games is always a plus, and might help starters on their creations' choices.

Your jealousy is the speed of my success.

[Image: smC8iWb.gif]
[Image: 5hauq.png][Image: QUmE6.gif][Image: u0Qzf.gif][Image: in538.gif][Image: d2Qsj.gif][Image: opXDL.gif][Image: 85hMh.gif][Image: zfaQh.gif][Image: 3CczX.gif][Image: b0KxM.gif][Image: FS0af.gif][Image: lBaNG.gif][Image: wu2fOZx.png]
***
[Image: xMGXy.png]
01-30-2012 06:54 PM
Visit this user's website Find all posts by this user Thank this post Quote this message in a reply
[-] Thanked by1 user thanked this post
Dream Fortress (01-30-2012)
Login or Register to remove these ads!
Kakashifan Offline
Member
*

Posts: 206
Joined: Apr 2011
Reputation: 5
Post: #17
RE: Gamedev Lounge 0010
(01-30-2012 04:38 PM)Sengir Wrote:  I don't see why not!

Sweet~ So far I've only got a debug room though; not too much for show, I'd like to have something at least partially playable even if there is no 'goal' or thing you have to accomplish yet. I kinda can't explain it but I do know that I'd like others to see my coding as I have no idea if I'm doing it wrong or right or noobish. The only reponse I have had on another forum was the equalivent of "Gud jerb, derp." and wasn't really helpful.

Then again, maybe making a clone game was a bad idea to start off with....
01-30-2012 07:09 PM
Find all posts by this user Thank this post Quote this message in a reply
[-]
Previous Away
Posting Freak
***

Posts: 3,645
Joined: May 2008
Reputation: 81
Resource - Models Resource - Sounds Resource - Sprites Resource - Textures
Post: #18
RE: Gamedev Lounge 0010
I am worst coder and my code would be an impertinence for others to read.

But besides that, there's no reason not to allow open source. Even outside of this fine lounge (read that, Gors). Sharing code can bring lots of profits for both sides. The ones can give tips and show tricks while they can also learn from seeing someone elses work, style and technique. Programming is an art.

Avatar courtesy of Axle the Red
01-30-2012 07:47 PM
Visit this user's website Find all posts by this user Thank this post Quote this message in a reply
[-]
DiamondDustSpirit Offline
The guy that does everything!
*

Posts: 46
Joined: Jan 2009
Reputation: 0
Post: #19
RE: Gamedev Lounge 0010
(01-30-2012 07:09 PM)Kakashifan Wrote:  I kinda can't explain it but I do know that I'd like others to see my coding as I have no idea if I'm doing it wrong or right or noobish.
What program are you making it in?

Most people use GameMaker, I consider myself an expert in it, and I have loads of tips. Tongue

(01-30-2012 07:47 PM)Previous Wrote:  I am worst coder and my code would be an impertinence for others to read.
The countless number of times I've changed my syntax styles in the past 5 years... The worst syntax is the one that looks all bunched up together! And another reason to add comments in your coding. It was a mistake not to add a single comment in my Zelda engine that I just picked back up after a few months, I would have had to relearn everything if didn't add debugging functions that tell me what I'm doing.
(This post was last modified: 01-30-2012 07:51 PM by DiamondDustSpirit.)
01-30-2012 07:47 PM
Find all posts by this user Thank this post Quote this message in a reply
[-]
Previous Away
Posting Freak
***

Posts: 3,645
Joined: May 2008
Reputation: 81
Resource - Models Resource - Sounds Resource - Sprites Resource - Textures
Post: #20
RE: Gamedev Lounge 0010
I usually use Delphi Pascal

Yes I know that's stupid. Don't judge me.


Ohnonono, my code style is great. Magnificent. Its rather the lack of comments and loads of gibberish.

Avatar courtesy of Axle the Red
(This post was last modified: 01-30-2012 07:53 PM by Previous.)
01-30-2012 07:51 PM
Visit this user's website Find all posts by this user Thank this post Quote this message in a reply
[-]
Kakashifan Offline
Member
*

Posts: 206
Joined: Apr 2011
Reputation: 5
Post: #21
RE: Gamedev Lounge 0010
I'm a Game Maker user derp. I might move onto somehting else later, but I want to learn as much as I can with GM for now.

As for my coding style...I have no idea. I do use lots of comments though, since I quit for a while or go to work on other things. Makes it easier so I remember.
01-30-2012 07:57 PM
Find all posts by this user Thank this post Quote this message in a reply
[-]
DiamondDustSpirit Offline
The guy that does everything!
*

Posts: 46
Joined: Jan 2009
Reputation: 0
Post: #22
RE: Gamedev Lounge 0010
(01-30-2012 07:57 PM)Kakashifan Wrote:  I might move onto something else later, but I want to learn as much as I can with GM for now.

Once you go GameMaker, you ain't never going back.

Gah, my C++ projects, takes so long to make an empty window. GameMaker is a lot easier, and uses the same concepts (well most of them).
(This post was last modified: 01-30-2012 08:03 PM by DiamondDustSpirit.)
01-30-2012 08:02 PM
Find all posts by this user Thank this post Quote this message in a reply
[-]
Gorsalami Offline
My muscles go mow mow~
***
Administrators

Posts: 5,765
Joined: Jun 2008
Reputation: 144
Post: #23
RE: Gamedev Lounge 0010
(01-30-2012 07:47 PM)Previous Wrote:  I am worst coder and my code would be an impertinence for others to read.

But besides that, there's no reason not to allow open source. Even outside of this fine lounge (read that, Gors). Sharing code can bring lots of profits for both sides. The ones can give tips and show tricks while they can also learn from seeing someone elses work, style and technique. Programming is an art.

That's what I think, but I decided to hold it a little and talk with someone who understands better (a programmer) if that is okay. What is ok to you may not be ok to others, so I took an approach that didn't harm any side.

But I'll be updating the rules thread soon, hang on a min.

Your jealousy is the speed of my success.

[Image: smC8iWb.gif]
[Image: 5hauq.png][Image: QUmE6.gif][Image: u0Qzf.gif][Image: in538.gif][Image: d2Qsj.gif][Image: opXDL.gif][Image: 85hMh.gif][Image: zfaQh.gif][Image: 3CczX.gif][Image: b0KxM.gif][Image: FS0af.gif][Image: lBaNG.gif][Image: wu2fOZx.png]
***
[Image: xMGXy.png]
01-30-2012 08:03 PM
Visit this user's website Find all posts by this user Thank this post Quote this message in a reply
[-]
Kakashifan Offline
Member
*

Posts: 206
Joined: Apr 2011
Reputation: 5
Post: #24
RE: Gamedev Lounge 0010
I love GM, it's just so easy. Compared to the thing we're using in Cs class, Jython I think, you have to type a couple dif phrases before it acutally shows you the pic and not just a string. It was my first lab so lol...though I think you can do that in GM and it saves mem in the exe, but you need Standard which I am too poor to get. Plus, my parents are scared stiff of buying shit with Paypal/internet in general...
01-30-2012 08:06 PM
Find all posts by this user Thank this post Quote this message in a reply
[-]
Kitsu Offline
Totally Not Cookies
***

Posts: 1,804
Joined: May 2008
Reputation: 52
Resource - Sprites Steam
Post: #25
RE: Gamedev Lounge 0010
(01-30-2012 03:01 PM)Kakashifan Wrote:  Anyone ever have those days where you wanna do something but can't find the energy to do it?

Everyday.

[Image: 8f2PUF][Image: opXDL.gif][Image: d2Qsj.gif][Image: Q1of][Image: YBdkSE]

What is love (Click to View)
CBL: 1 | Baboy: 1 | Baegal: 1 2 3 4 | Devi: 1 | Gors: 1 2 3 4 5 6 7 | Lexou: 1 2 3 | Nicktendo: 1 | Previ: 1 2 | Virt: 1 2 | scf: 1 | Kami: 1 2 | SmithyGCN: 1 | Ultimecia: 1 | VladIII: 1 | Zac: 1 2 3
01-30-2012 08:19 PM
Find all posts by this user Thank this post Quote this message in a reply
[-] Thanked by4 users thanked this post
Dream Fortress (01-30-2012), Sengir (01-30-2012), Vipershark (01-30-2012), Strasteo (01-31-2012)
Sengir Offline
Bug
***
Moderators

Posts: 1,789
Joined: May 2009
Reputation: 72
Facebook Steam
Post: #26
RE: Gamedev Lounge 0010
@Gors: I don't see any harm in open source games having their own threads if they have some kind of [SOURCE] tag.

But if it's not an actual playable game but a bunch of very incomplete code (Not sure where this particular instance stands) I wouldn't give it it's own thread. Maybe make a "Graveyard Thread" where users post scrapped code for other users to "scavenge"?

I'm only saying this because GameDev could fill up with way too much code scraps if they had their own threads.

[Image: zfaQh.gif] [Image: b0KxM.gif] [Image: qjGOacY.png]
01-30-2012 08:37 PM
Find all posts by this user Thank this post Quote this message in a reply
[-] Thanked by1 user thanked this post
Kitsu (01-30-2012)
Yo-Yo Boy Offline
Platformer Gamer
**

Posts: 324
Joined: Jul 2011
Reputation: 12
Resource - Sprites Steam YouTube
Post: #27
RE: Gamedev Lounge 0010
There could be a sub-forum for source code games, that way it wouldn't fill up, or at least the main forum wouldn't .

[Image: BannerMain.gif][Image: A9p8V.png][Image: BannerMain.gif]
(This post was last modified: 01-30-2012 09:08 PM by Yo-Yo Boy.)
01-30-2012 09:04 PM
Find all posts by this user Thank this post Quote this message in a reply
[-] Thanked by1 user thanked this post
Sengir (01-30-2012)
Sengir Offline
Bug
***
Moderators

Posts: 1,789
Joined: May 2009
Reputation: 72
Facebook Steam
Post: #28
RE: Gamedev Lounge 0010
That's a good idea, though full games should still be treated as such and go in the main section even if they are open source.

[Image: zfaQh.gif] [Image: b0KxM.gif] [Image: qjGOacY.png]
01-30-2012 09:07 PM
Find all posts by this user Thank this post Quote this message in a reply
[-]
DiamondDustSpirit Offline
The guy that does everything!
*

Posts: 46
Joined: Jan 2009
Reputation: 0
Post: #29
RE: Gamedev Lounge 0010
(01-30-2012 09:04 PM)Yo-Yo Boy Wrote:  There could be a sub-forum for source code games, that way it wouldn't fill up, or at least the main forum wouldn't .
I don't think this is necessary. I don't believe that a lot of open source games would pop up anyway. On the GameMaker community forums, the open source forums barely get new content weekly. I expect less here. If there are a lot, for some reason, you can get strict about it. An open source game where you just move a red block, no. An open source for something like Pokemon or full-fledged game, yes.
01-30-2012 09:23 PM
Find all posts by this user Thank this post Quote this message in a reply
[-]
Vipershark Offline
Smells like ~Desire~
***
Moderators

Posts: 5,178
Joined: May 2008
Reputation: 115
Post: #30
RE: Gamedev Lounge 0010
I think a code-sharing subforum would be pretty cool, but there don;t seem to be anywhere near enough programmers here yet to warrant that Tongue

[Image: imq8vahj106U.gif]
[Image: sig.gif]

~~LOVE~~
[Previous | Rabidbaboy | SengirDev | Raven "friken" Boy 9 (aka [robo9]) | TomGuycott | Gorsal | Arthur | oB2Ko Mario | Vic | Key~chan | Chris2Balls | Sploder]
~~Secret Santa Gifts~~
[2008 | 2009 (from Wes) | 2009 (from Rhymey) | 2010]
~Vipershark for Admin~
01-30-2012 09:46 PM
Find all posts by this user Thank this post Quote this message in a reply
[-]
« Next Oldest | Next Newest »
Pages (22): « Previous 1 2 3 4 5 ... 22 Next »
Post Reply 


  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:


 Quick Theme:


  • Contact Us
  • The Spriters Resource
  • Return to Top
  • Mobile Version
  • RSS Syndication
  • Help
Current time: 06-19-2013, 05:41 PM Powered By MyBB, © 2002-2013 MyBB Group. Theme created by Justin S.