Avalanche Game prototype. Built with Rails.

agent_controller.rb 134B

    class AgentController < ApplicationController def current_missions end def choose_mission end def agent_profile end end