Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itsthatmatthew/abckoth
Airsoft Briefcase: King of the Hill
https://github.com/itsthatmatthew/abckoth
airsoft cpp17 esp32 platformio
Last synced: 4 months ago
JSON representation
Airsoft Briefcase: King of the Hill
- Host: GitHub
- URL: https://github.com/itsthatmatthew/abckoth
- Owner: itsthatMatthew
- Created: 2024-04-22T20:38:25.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-25T00:09:06.000Z (6 months ago)
- Last Synced: 2024-10-14T03:20:52.910Z (4 months ago)
- Topics: airsoft, cpp17, esp32, platformio
- Language: C++
- Homepage:
- Size: 48.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
Awesome Lists containing this project
README
# ABcKotH
[![PlatformIO CI](https://github.com/itsthatMatthew/abckoth/actions/workflows/platformioci.yaml/badge.svg)](https://github.com/itsthatMatthew/abckoth/actions/workflows/platformioci.yaml)
[![CodeQL](https://github.com/itsthatMatthew/abckoth/actions/workflows/codeql.yaml/badge.svg)](https://github.com/itsthatMatthew/abckoth/actions/workflows/codeql.yaml)## Overview
Airsoft Briefcase King of the Hill game software implementation for an ESP32 and its surrounding pheriperials.
You can read the [HU Controls manual here](docs/controls_hu.md).
## Getting involved
- If you want to contribute to the project, check out our [Project Contribution Guidelines](.github/CONTRIBUTING.md)!
- If you want to report bugs, tackle existing ones, or request features, check out the project's [Issues](https://github.com/itsthatMatthew/abckoth/issues) page!
- If you just want to brainstorm or discuss ideas, check out the project's [Discussions](https://github.com/itsthatMatthew/abckoth/discussions) page!## Software
The project is written in C++17 based on the Arduino framework.
## Hardware
The project's main target platform is the ESP32 development board. It provides nice features and is easily available for us.