This Project is to help people that don't know how to code or have trouble understanding code to make coding easiler by using keywords to start code.
We built this project by using HTML,CSS and javascript.
The challenges we ran into is how to get the display to look like real programming sites with the numbers and in the javascript we had some problems with names and code, it was everywhere so it was hard to reorganized it
We learned a lot with a text editor libary called ACE and we learned how to create keywords in the program and transform the keywords into javascript.
What's next with this project is to incorporate more software languages with text editors and add in a better system so people are able to understand how code work more easily
//Start your work here
# this a comment in wordScript
make var x:3
make function addTwo [x] return x + 2]
# call addTwo with args 3
print 'hi'
make loop 1 to 5