Search found 16 matches
- 16 Aug 2011, 17:45
- Forum: Mindstorms Software
- Topic: NXC SCARA Example?
- Replies: 5
- Views: 5666
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.
- 14 Aug 2011, 03:21
- Forum: Mindstorms Projects
- Topic: NXT Minecraft Game
- Replies: 3
- Views: 6785
Re: NXT Minecraft Game
Sorry, forgot to post the controls.
EDIT-Just added them to the main post.
Also, thanks for the positive feedback.
EDIT-Just added them to the main post.
Also, thanks for the positive feedback.
- 13 Aug 2011, 03:21
- Forum: Mindstorms Projects
- Topic: BlockKraft
- Replies: 17
- Views: 19939
Re: BlockKraft
You have a new competitor.
I have made a minecraft port.
I have made a minecraft port.
- 13 Aug 2011, 03:04
- Forum: Mindstorms Projects
- Topic: NXT Minecraft Game
- Replies: 3
- Views: 6785
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...
- 04 Mar 2011, 22:46
- Forum: Mindstorms Software
- Topic: C++ and NXC differences
- Replies: 7
- Views: 7671
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...
- 21 Feb 2011, 16:10
- Forum: Mindstorms Software
- Topic: NXC buttons help
- Replies: 3
- Views: 4315
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...
- 11 Feb 2011, 21:01
- Forum: Site Comments/Complaints/Suggestions
- Topic: Mindboards Logo
- Replies: 7
- Views: 10962
Mindboards Logo
I modified the mindstorms logo to be the mindboards logo
- 09 Feb 2011, 22:59
- Forum: Mindstorms Projects
- Topic: Breakout Game Help
- Replies: 2
- Views: 4933
Re: Breakout Game Help
Wow
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
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
- 09 Feb 2011, 22:53
- Forum: Mindstorms Projects
- Topic: NXT Games
- Replies: 26
- Views: 39584
Re: NXT Games
I made a breakout style game.
It is my first NXC game.
https://sourceforge.net/apps/phpbb/mind ... iew&id=235
It is my first NXC game.
https://sourceforge.net/apps/phpbb/mind ... iew&id=235
- 09 Feb 2011, 03:03
- Forum: Mindstorms Projects
- Topic: Breakout Game Help
- Replies: 2
- Views: 4933
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...