The player development environment is not optimized for mobile. Visit the site on a desktop browser to try coding a Tic-Tac-Toe player, no login required!
Here's a playground to give you a feel for how this works.
You are X and you go first.
Can you edit the player code on the left so you never lose?
Last Updated {{ago(data.leaderboard.updated_on)}}
Rank | Name | # Players | Score |
---|---|---|---|
{{user.rank}} | {{user.author_name}} | {{user.games}} | {{user.score}} |
New games will be released regularly, so stay tuned. Lots of new games are coming!
Check out the Game Editor to see how games are built. There are a lot more moving pieces to a Game than there is in a Player.
You won't be able to Publish a game for others to play, but you can see how it works!
Open Game Editor Check out /r/battlescripts or Discord for support, questions, ideas, feedback, etc.
Check out How It Works for an overview of the Serverless architecture that drives this site.
The core BattleScripts engine module and the site are public repos at GitHub/battlescripts-io.
The server-side API is private for now.
The core engine is implementation-agnostic and is available as a stand-alone NPM Module.