Chief Delphi

Chief Delphi (http://www.chiefdelphi.com/forums/index.php)
-   Programming (http://www.chiefdelphi.com/forums/forumdisplay.php?f=51)
-   -   Learn C, C++, and Java with new board game. (http://www.chiefdelphi.com/forums/showthread.php?t=39687)

Elgin Clock 19-09-2005 10:38

Learn C, C++, and Java with new board game.
 
I found a board game that teaches you different programming languages.

Looks like at least worth a look see.

http://www.c-jump.com/


Looks like the first of it's kind as well. Wonder if this will be the Monopoly or Clue of our generation?

Dave Scheck 19-09-2005 11:08

Re: Learn C, C++, and Java with new board game.
 
Interesting concept. I think it demonstrates program flow pretty well, however there are a few things that bother me a little about it.
1. The use of the goto statement. Granted, it's a legal operation, but I think it's an operation that needs to be taught with caution.
2. They don't assign the arithmetic operations to a variable. (i.e. x+2). They should have declared a second variable (maybe spaces, or movement) that determined how many spaces the player moved. As is, if you were trying to teach using this game, you'd have to explain that the value of x didn't change.

Ryan M. 19-09-2005 14:34

Re: Learn C, C++, and Java with new board game.
 
Quote:

Originally Posted by Dave Scheck
1. The use of the goto statement. Granted, it's a legal operation, but I think it's an operation that needs to be taught with caution.

Agreed. (Your mention of goto almost made me not even look at the game. :D)

Interesting idea.

Kyle Fenton 19-09-2005 20:34

Re: Learn C, C++, and Java with new board game.
 
It is kind of ironic that the info says it is for 11 years old, but I don't know children that can program that young. To appreciate a programming language you have to have at least an algebra 1 standing, which is grade 7/8 (14-15 year olds). But it is a cool concept, but only nerds would every play it.

Alan Anderson 19-09-2005 21:44

Re: Learn C, C++, and Java with new board game.
 
Quote:

Originally Posted by Kyle Fenton
It is kind of ironic that the info says it is for 11 years old, but I don't know children that can program that young. To appreciate a programming language you have to have at least an algebra 1 standing, which is grade 7/8 (14-15 year olds). But it is a cool concept, but only nerds would every play it.

The only reason I wasn't programming at 11 years of age is because that was in 1972 and there wasn't a computer handy to program with. Programming isn't always about number crunching: I knew eight-year-olds who did amazing things with LOGO decades ago, without needing any more math than their addition tables.

Don't underestimate the innate curiosity of an encouraged child, and don't label them nerds just because they show an interest in logic and programming.

Bharat Nain 19-09-2005 22:25

Re: Learn C, C++, and Java with new board game.
 
Quote:

Originally Posted by Alan Anderson
Don't underestimate the innate curiosity of an encouraged child, and don't label them nerds just because they show an interest in logic and programming.

I was one of them. LOGO was a fun program, I miss those old computers on which I learned to program back in India. We had computers with the huge floppy disks with the programs loaded and I spent hours just playing with LOGO and then Pascal.

Ryan M. 20-09-2005 06:43

Re: Learn C, C++, and Java with new board game.
 
I started by programming in C when I was young too. The LEGO RIS 1.5 environment lacked a lot of features, so I used BrickOS.

Denman 07-10-2005 06:38

Re: Learn C, C++, and Java with new board game.
 
Quote:

Originally Posted by Ryan M.
I started by programming in C when I was young too. The LEGO RIS 1.5 environment lacked a lot of features, so I used BrickOS.

I started about a week ago... as part of my degree course (ok i did some fake base level code for a fake processor last year bu tthat doesn't really count.)
Seems to be pretty easy to do and work out so far...

Danny Diaz 04-11-2005 13:28

Re: Learn C, C++, and Java with new board game.
 
Heh, I started programming on the TI-99/4A back in '83, I was 6 years old. I would copy the source code for an extended BASIC language out of a book that was provided with the machine, and learned to program my first one-armed bandit. From there it's history...

-Danny


All times are GMT -5. The time now is 06:40.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi