Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 2.14 KB

README.md

File metadata and controls

44 lines (32 loc) · 2.14 KB

Wombats Documentation

This repository provides documentation for all Wombat repos including Wombats API, Wombats Web Client, Wombat Bots, and Wombat Lamba.

What is Wombats?

Wombats is an interactive game to learn about coding and AI strategy. Create a wombat (bot), join a game, and watch your Clojure code play out in an arena against your fellow competitors!

We hope that with this game, users will hone their Clojure skills and gain exposure to Open Source projects (and contribute!).

How to play

  • Review Gameplay
  • Go to our Wombat Bots repo and fork to your personal repo.
  • Navigate to wombats.io
  • Click Login
  • Give our github access to your github account
  • Go to My Wombats
  • Click the + button in the bottom righthand corner
  • Write a wombat name
  • Wombat URL format: <your github username>/wombats-bots/contents/wombat-sample.clj
  • Go to Games
  • Hover over open game
  • Click Join
  • Enter password if applicable, choose the wombat you just created, select a color and then join!
  • Click the game card that you just joined to navigate to that game.
  • Enjoy!

How to Develop

Look at individual repos (above) for how to get started deving for that repo!

Project Diagrams

Architecture Diagram

Authentication Diagram

Game Processing Diagram

How to Contribute

Look at our Contributing Documentation and check out our Waffle for open tickets.