GridControl-Team / GridControl

GridControl is a Free-to-play In-browser Social Massive-Multiplayer-Online Game, where you control your bot using a specialized stack-based language (called gridlang) and your github account. Your bot can roam the grid, gather resources, and attack/avoid other bots. The best code wins!
http://gridcontrol.freelancedreams.com/
8 stars 0 forks source link

Integrate gridc compiler #12

Closed sirpengi closed 11 years ago

sirpengi commented 11 years ago

Purpose: allow users to write .gridc directly in their gist.

Task: Augment https://github.com/GridControl-Team/GridControl/blob/master/gridcontrol/content/views.py#L70 use_gist to pass .gridc files to lzm's gridc webservice (at http://lessandro.com/gridc-ws/ ).

I assume you just make a POST request with the file contents.

dforsyth commented 11 years ago

https://github.com/GridControl-Team/GridControl/pull/16