Could you code a bot to win a game?
- You will use your basic python knowledge to complete a simple bot, which will compete in a fun tournament.
- You will learn about MS Azure, Computer Vision cognitive services, AI Gaming platform.
_AIgaming.com is a platform that allows computer programs - also known as bots, to play each other at challenging games to win bitcoin._ _Isn't it awesome?_ 😍
- Tutorial: AI-GAMING
- Website: AI Gaming Website
- Discord: Azure Days Discord
- Steps to redeem voucher codes: Process to redeem the voucher code
- If voucher code is not available, you can use your .edu/.ac/any-college-domain email address.
- Otherwise, you can use your card for the trail sub.
- Visit this link (Valid till April 13, 2020): AI Gaming tournament sign up link
- Click on the link for the event.
- Click on Sign up
- Enter Email and Password.
- Done!, You are registered for the event.
- Open Azure Portal in new tab!
- Click on "Create a new resource".
- Then click 'AI + Cognitive Service' and then 'Computer Vision API'
- Name - e.g. 'Vision_api' or 'visionYourName'
- Subscription - Select 'Azure for Students'
- Location - Select 'West Europe'.
- Pricing tier - Select 'S1 (10 calls per second)'
- Resource group - Select the Create new option if you want to create a new group, or select an existing group if you have one.
- Click on Create.
- Go to resource and select on key.
- Copy the Key and get ready to paste in the AIGaming platform.
- Create a new MS API Template file from new section.
- Paste the key into the template code.
- Try running the code before editing further.
- If everything is fine, go to further editing and completing the code.