Code Monkey home page Code Monkey logo

mm26-python's Introduction

MechMania 26 Python Starter Pack

MechMania 26 Logo

Welcome to MechMania 26! This is the Python Starter Pack. In this repository is the base code to help you get started with the competition.

The Don'ts

  • Don't edit any files except for strategy.py. These other files are necessary for your code to interface with the engine. Messing with them will only cause your player to function incorrectly!
  • Don't change the return type of make_decision in strategy.py. Again, if you do, you'll only be hurting yourself.

The Do's

  • Do implement your strategy in strategy.py. This file is used by the rest of our code to send your decision to the game engine. Make sure you return a CharacterDecision object.
  • Do use the helper functions in API.py to assist you in implementing your strategy. You can always write your own additional helper functions as well, although we recommend not putting them in API.py.
  • Do create new files to help organize your code as you wish!
  • Do use the objects defined in the engine folder to help you.

Questions

If you have any questions about the classes and functions given to you here, please check out the game wiki or ask the MechMania staff on our Discord. Good luck!

mm26-python's People

Contributors

allenc3 avatar fgoyal avatar nikwalia avatar sahilshahpatel avatar skagawa2 avatar wylyandrews avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.