Search found 1 match

by ant11
05 Jan 2011, 15:05
Forum: Mindstorms Software
Topic: NXC memory game not working.
Replies: 4
Views: 5837

NXC memory game not working.

Hi, I'm trying to create a memory game based on colours. I wrote this code and BricxCC compiles it but when i run it in my NXT ti shows a file error: the code is this: task main() { SetSensorColorFull(IN_1); int random[4]; int color[4]; int v = 1; int j = 1; int i =1; int result = 0; for(v = 1; v <=...