![]() |
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? |
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. |
Re: Learn C, C++, and Java with new board game.
Quote:
Interesting idea. |
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.
|
Re: Learn C, C++, and Java with new board game.
Quote:
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. |
Re: Learn C, C++, and Java with new board game.
Quote:
|
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.
|
Re: Learn C, C++, and Java with new board game.
Quote:
Seems to be pretty easy to do and work out so far... |
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