Patryk27 / kartoffel

Starter pack for kartoffels

Home Page:https://kartoffels.pwy.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kartoffel

Starter pack for a 🥔 kartoffels 🥔 bot.

Usage

Clone repository, run ./build (Linux / Mac) or ./build.bat (Windows) and then upload ./kartoffel to the game.

Note that this repository implements a simple robot that'll probably get killed quite fast - in order to survive, get creative!

Caveat Emptor

When implementing a kartoffel you're essentially creating a firmware, so you don't have access to std - no std::fs, no println!() etc. You can communicate through serial_send(), though, and you can use various fancy structures like Vec through the alloc crate.

You're given 64 KHz CPU and 128 KiB of RAM, have fun.

License

CC0 1.0 Universal

The person who associated a work with this deed has dedicated the work to the public domain by waiving all of his or her rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law.

You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.

About

Starter pack for kartoffels

https://kartoffels.pwy.io/


Languages

Language:Rust 90.5%Language:Shell 5.4%Language:Batchfile 4.1%