diff --git a/FAQ.md b/FAQ.md new file mode 100644 index 0000000..dcc0c63 --- /dev/null +++ b/FAQ.md @@ -0,0 +1,8 @@ +# FAQ + +Q. Does basicbots support other languages besides basic? +A. No. Basic is built into the program. This makes sure each program recieves the same amount of time per cycle. + +Q. Are you going to i,pliment other languages? +A. No. See above. + diff --git a/README.md b/README.md index 9ad1dee..c773f50 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,11 @@ I didn't want to lose the look, feel and charm of the original insperation so it ## **Programming Language** **BasicBots** uses a subset of *BASIC*. Why *BASIC*? Because, honestly, that's what I wanted. To give the feel of programming on the old 8 bit machines of the late 70s and early 80s. Besides, its fun. - + +## [FAQ](FAQ.md) + ## **Build Instruction** -~~To build basicbots, simply call `make` - this will build Linux and Windows binaries. The OSX port has not been prepared yet.~~ +Things are changing. Check back. ## **My First Open Source Contribution** diff --git a/globals.go b/globals.go index 4dd9fe7..e581674 100644 --- a/globals.go +++ b/globals.go @@ -61,7 +61,7 @@ var teams bool // teams : true if the teams flag is set. CONSTANTS */ -const VERSION = "v0.0.2c" +const VERSION = "v0.1.rc1" // VERSION : Version of the program. // Constants for cycles routines. Mainly movements. const (