Welcome, Guest. Please login or register.

Login with username, password and session length

 
Advanced search

1411283 Posts in 69325 Topics- by 58380 Members - Latest Member: bob1029

March 29, 2024, 12:11:13 AM

Need hosting? Check out Digital Ocean
(more details in this thread)
TIGSource ForumsDeveloperTechnical (Moderator: ThemsAllTook)Programming Language Resources
Pages: 1 2 3 [4] 5 6
Print
Author Topic: Programming Language Resources  (Read 160629 times)
vineetyadav
TIGBaby
*


View Profile
« Reply #60 on: October 14, 2010, 01:23:41 AM »

following are my ever best resource
http://ocw.mit.eduhigh level c programming
http://www.miniwiki.tk/c/index.htm basic c programming
http://www.vtc.com videos
Logged
Kneecaps
Level 3
***



View Profile
« Reply #61 on: October 30, 2010, 08:17:31 AM »

http://www.devrs.com/gb/
http://gameboy.mongenel.com/asmschool.html
http://www.devrs.com/gb/files/faqs.html

http://www.mediafire.com/file/ut5p9uwcs3ululc/GBCPUman.pdf
http://www.mediafire.com/file/6f9i8v9c98ii7ot/GBCribSheet000129.pdf

Here's every resource I used to learn how to program Assembly for the Gameboy (It's a variant of Z80 Assembly).  I hope somebody finds this useful. Durr...?
Logged
oahda
Level 10
*****



View Profile
« Reply #62 on: November 02, 2010, 01:08:47 PM »

http://kerp.net/box2d

This is a wonderful set of video tutorials for Box2D. The version used is not the latest one, and a few things are different, but it's nothing a programmer can't easily fix himself with a little information gathered from elsewhere.

The tutorials are for ActionScript 3, but as the structure of the library is the same, it doesn't matter. I'm using these tutorials to use Box2D with C++, and it's working out just fine (and I get to learn ActionScript 3 along the way, if I would ever want to use that!).
Logged

adam_smasher
Level 1
*



View Profile WWW
« Reply #63 on: November 02, 2010, 01:29:16 PM »


Hah! I just started on a GB game the other day. I'll add the supremely helpful Pandocs as well:

http://nocash.emubase.de/pandocs.htm
Logged
Kneecaps
Level 3
***



View Profile
« Reply #64 on: November 03, 2010, 04:28:39 PM »


Hah! I just started on a GB game the other day. I'll add the supremely helpful Pandocs as well:

http://nocash.emubase.de/pandocs.htm

Yeah, the pan docs are quite great.  Beer!  The fourth link I posted is actually the pdf of the pan docs, in case there's some other weirdos like me who like having printed and manual-formatted versions of things.  Oh, and the fifth link is pretty much all of the important stuff in the pan docs compressed into four pages.

Good luck with your game, man!  Homebrew is synonymous with awesome.  Grin Hand Thumbs Up Right
Logged
pepez
Level 0
**



View Profile WWW
« Reply #65 on: December 14, 2010, 10:25:28 AM »

A decent JavaScript & canvas  game dev site:
http://www.brighthub.com/hubfolio/matthew-casperson/blog/archive/2009/06/29/game-development-with-javascript-and-the-canvas-element.aspx
Logged

Krux
Level 2
**



View Profile
« Reply #66 on: December 22, 2010, 03:39:33 PM »

I have recently heard about Scratch it is a Programming language designed for absolute beginners. Its core audience of programming community is between 8 and 16, but despite that those are really young children it is a real programming language. It is designed to bring programming close to everyone.

A very cool feature is the one click project publication integrated into the IDE.
Logged
EdenC
Level 0
*


View Profile
« Reply #67 on: January 09, 2011, 08:16:21 AM »

I use the rather good http://www.dev-hq.co.uk/. There are many different languages that this guy does tutorials on, but there is a focus on C++ and Lua. Its great as there are text and video tutorials, so it doesn't matter if you have a preference over using one!
Logged
Kekskiller
Guest
« Reply #68 on: March 02, 2011, 02:57:03 PM »

Not really a tutorial or something beginner-friendly, but a very well-explained ressource for optimizing stuff in C++ code: http://www.tantalon.com/pete/cppopt/main.htm
It does seperate "on the go" techniques and everything else while always giving a good reason for why it's better than usual. I liked this one! Definitely worth a reading for anyone who wants to keep his code more efficient for a reason and not just by unexplained "good practice" advises.
Logged
Glaiel-Gamer
Guest
« Reply #69 on: June 20, 2011, 06:22:47 PM »

Just a note for this topic (and other stickies in here):

If you have a tool or whatnot that needs to be added to the first post, send a private message to me or st33d with the info to add. Super bonuses fluffy special internet cookie beer points if you format it correctly for us too.
Logged
BrandonQ
Level 0
**


View Profile
« Reply #70 on: December 10, 2011, 02:11:03 AM »

You want c# tutorials? Well here is 200 for ya!
http://thenewboston.org/list.php?cat=15

Enjoy! Its really a one stop shop!
All though on this website I don't recommend the Objective-C tutorials. There are a few bugs in the tutorial code.
Logged
gimymblert
Level 10
*****


The archivest master, leader of all documents


View Profile
« Reply #71 on: December 15, 2011, 11:23:47 PM »

http://www.dodgycoder.net/2011/11/yoda-conditions-pokemon-exception.html  Who, Me?
« Last Edit: December 15, 2011, 11:38:57 PM by Gimmy TILBERT » Logged

halk3n
Level 1
*


View Profile
« Reply #72 on: January 14, 2012, 09:38:04 AM »

I've found (with great difficulty) that there are no beginner's tutorials for C. I am thus sad.

Could anyone here help a poor fool like myself to stand on his baby legs and walk a mile through the road of code?
Logged
increpare
Guest
« Reply #73 on: January 14, 2012, 10:14:02 AM »

I've found (with great difficulty) that there are no beginner's tutorials for C. I am thus sad.

Could anyone here help a poor fool like myself to stand on his baby legs and walk a mile through the road of code?
Uh there are a bazillion tutorials for C.  Also a bazillion books.  Have you tried google?
Logged
Hima
Level 4
****


OM NOM NOM


View Profile WWW
« Reply #74 on: January 25, 2012, 07:55:56 PM »

http://programming-motherfucker.com/become.html

Probably cover everything  Durr...?
Logged

Linc
Level 0
**


Check It Out Now


View Profile
« Reply #75 on: February 19, 2012, 12:23:38 PM »

Someone's probably already mentioned this, but Game Coding Complete (I have the third edition) by Mike "Mr. Mike" McShaffry is pretty sweet, albeit moderately confusing for an amateur (referring to myself here).
Logged

-Lincoln Bergeson
Eatingburger
Level 0
**



View Profile
« Reply #76 on: May 16, 2012, 10:35:46 AM »

Not sure if this belongs here, but:

If anyone has some examples exceptionally written and designed (in terms of object hierarchies, etc) game source code (for any language), I'd love to see how people planned everything out.
Logged
Vince_Lawrence
Guest
« Reply #77 on: May 16, 2012, 11:17:48 PM »

Ever wondered how to learn programming languages such as Ruby, Python and Java faster than what you expected? Well, check this too sites for your pleasure!

CodeAcademy
Code Academy is for beginners who knows nothing about programming, simply follow the instructions on the console and you will eventually notice that you are progressing.

CodeAcademy Lab
Code Academy Lab is for beginners who knows nothing or little about JavaScript, Ruby and Python, this is good as the first link above but these has courses with track plans and you are also able to see your progresses!

Enjoy! Coffee
Logged
ink.inc
Guest
« Reply #78 on: May 16, 2012, 11:19:48 PM »

there are like 3 threads for this already

http://forums.tigsource.com/index.php?topic=1007.0
Logged
Vince_Lawrence
Guest
« Reply #79 on: May 16, 2012, 11:35:28 PM »

Oh, sorry, i didn't know that
Logged
Pages: 1 2 3 [4] 5 6
Print
Jump to:  

Theme orange-lt created by panic