Search found 16 matches

by gamemaker99
16 Aug 2011, 17:45
Forum: Mindstorms Software
Topic: NXC SCARA Example?
Replies: 5
Views: 5543

NXC SCARA Example?

Is there a way to download the example programs used in NXT Power Programming? I would like to let the code run for the SCARA arm without worrying about making an error in typing it. Most of the inverse-kinematics goes way over my head, but I would like to see it run.
by gamemaker99
14 Aug 2011, 03:21
Forum: Mindstorms Projects
Topic: NXT Minecraft Game
Replies: 3
Views: 6674

Re: NXT Minecraft Game

Sorry, forgot to post the controls.
EDIT-Just added them to the main post.
Also, thanks for the positive feedback.
by gamemaker99
13 Aug 2011, 03:21
Forum: Mindstorms Projects
Topic: BlockKraft
Replies: 17
Views: 19660

Re: BlockKraft

You have a new competitor.
I have made a minecraft port.
by gamemaker99
13 Aug 2011, 03:04
Forum: Mindstorms Projects
Topic: NXT Minecraft Game
Replies: 3
Views: 6674

NXT Minecraft Game

Welcome to the second adaptation of Minecraft for NXT! It is actually Terraria, but whatever! It is a work in progress, but this version is up for download.*cough*BlockKraft*cough* However, you will need two custom ric files, a Psp-nx, and the enhanced firmware. The game currently has these features...
by gamemaker99
04 Mar 2011, 22:46
Forum: Mindstorms Software
Topic: C++ and NXC differences
Replies: 7
Views: 7603

C++ and NXC differences

I now consider myself moderately confident in NXC, but I run into limitations with the hardware(mostly graphics) So I thought about using C++ on a computer. I've never programmed before, and I was wondering what are the differences between NXC and C++? Would it be easy to learn a C language if I kno...
by gamemaker99
21 Feb 2011, 16:10
Forum: Mindstorms Software
Topic: NXC buttons help
Replies: 3
Views: 4228

NXC buttons help

Hello I am making a kirby-like platformer for the NXT using the nxt buttons(so everyone can play), but I can't get NXC to recognize two button presses at the same time. Only one is shown as being pressed. I am using ButtonPressed for each button to detect if a certain one is pressed, but if i push t...
by gamemaker99
11 Feb 2011, 21:01
Forum: Site Comments/Complaints/Suggestions
Topic: Mindboards Logo
Replies: 7
Views: 10817

Mindboards Logo

I modified the mindstorms logo to be the mindboards logo
Mindstorms_Logo.gif
Mindstorms_Logo.gif (25.81 KiB) Viewed 10796 times
by gamemaker99
09 Feb 2011, 22:59
Forum: Mindstorms Projects
Topic: Breakout Game Help
Replies: 2
Views: 4857

Re: Breakout Game Help

Wow :shock:
Today, I had almost the same idea as you just said,using rows and columns to determine which brick the ball hit.
I implemented it, finished the game, and posted it in the NXT Games thread.
Then, I saw your reply to my message
Great Minds Think Alike
by gamemaker99
09 Feb 2011, 22:53
Forum: Mindstorms Projects
Topic: NXT Games
Replies: 26
Views: 39105

Re: NXT Games

I made a breakout style game.
It is my first NXC game.
https://sourceforge.net/apps/phpbb/mind ... iew&id=235
by gamemaker99
09 Feb 2011, 03:03
Forum: Mindstorms Projects
Topic: Breakout Game Help
Replies: 2
Views: 4857

Breakout Game Help

I am trying to make a breakout style game for the NXT in NXC(I am still learning) I have all the wall bounces and paddle angles worked out, but I am at a loss as to how to program the bricks. So far I have int paddleleft=0, paddleright=20 ,middle,definer; float velocx=5, velocy=5, ballx=80, bally=32...