Skip to content

Commit

Permalink
chore: Update FAQ with language support information
Browse files Browse the repository at this point in the history
  • Loading branch information
misterunix committed Aug 9, 2024
1 parent 7b169de commit c403187
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
8 changes: 8 additions & 0 deletions FAQ.md
Original file line number Diff line number Diff line change
@@ -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.

6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand Down
2 changes: 1 addition & 1 deletion globals.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit c403187

Please sign in to comment.