This website requires JavaScript.
Explore
Help
Sign In
immibis
/
colobot-data
Watch
1
Star
0
Fork
You've already forked colobot-data
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
291e505346
colobot-data
/
ai
/
tant1.txt
13 lines
120 B
Plaintext
Raw
Blame
History
extern void object::Solution()
{
turn(90);
while (true)
{
motor(1,-1);
fire(2);
motor(-1,1);
fire(2);
}
}
Reference in New Issue
View Git Blame
Copy Permalink