Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
blockcode
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Eben Blaisdell
blockcode
Commits
264e40fc
Commit
264e40fc
authored
May 07, 2018
by
Eben Blaisdell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dev change
parent
25966c2a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
users/EbMastaJ/strats/orientor.lua
users/EbMastaJ/strats/orientor.lua
+2
-1
No files found.
users/EbMastaJ/strats/orientor.lua
View file @
264e40fc
--[[ A program that tries to equate the compasses of all automata ]]
--
startMovesLeft
=
6
0
startMovesLeft
=
10
0
function
onTurn
()
if
startMovesLeft
>
0
then
-- if still starting
...
...
@@ -9,6 +9,7 @@ function onTurn()
else
move
(
1
)
end
startMovesLeft
=
startMovesLeft
-
1
end
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment