Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/patryk27/kartoffel
Starter pack for kartoffels
https://github.com/patryk27/kartoffel
Last synced: 17 days ago
JSON representation
Starter pack for kartoffels
- Host: GitHub
- URL: https://github.com/patryk27/kartoffel
- Owner: Patryk27
- Created: 2024-06-24T14:46:57.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-12T22:56:14.000Z (2 months ago)
- Last Synced: 2024-10-10T20:11:07.164Z (about 1 month ago)
- Language: Shell
- Homepage: https://kartoffels.pwy.io
- Size: 29.3 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kartoffel
starter pack for a 🥔 [kartoffels](https://github.com/patryk27/kartoffels) 🥔
bot## usage
clone this repository, run `./build` and then upload `./kartoffel` into
[the game](https://kartoffels.pwy.io)(if you're more into terminals, there's `ssh kartoffels.pwy.io`)
note that this repository provides a skeleton robot meant mostly for the in-game
tutorial - it probably won't survive long when deployed onto the battlefield## caveat emptor
when creating a kartoffel you're implementing 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 things like `vec` or
`format!()` via the `alloc` crate, just add `extern crate alloc;`you're given 64 khz cpu and 128 kib of ram, godspeed
## 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.