Changes between Version 2 and Version 3 of WikiStart


Ignore:
Timestamp:
08/16/2016 02:52:47 AM (8 years ago)
Author:
dsowen
Comment:

Added instructions for getting the source code.

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v2 v3  
    44
    55It's purpose is to provide a fun way for the [https://www.meetup.com/Python-Utah-North/ Python Utah North] group to write AI bots.
     6
     7== Source code ==
     8
     9You can get the source directly from the repository with bzr:
     10
     11{{{
     12cd ~/projects
     13bzr branch bzr://fugue88.ws/resistance
     14cd resistance
     15}}}