HermitSocialClub / HermitRepo

The GitHub Repository of the Hermit Social Club, FIRST Tech Challenge Team 12675

Home Page:https://hermitsocialclub.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PandemicPanic

Designed in MSPaint Powered by Black Magic Not Gluten Free

Hello! This is the repo for FTC Team 12675 Hermit Social Club's code for the 2021 season onwards. Feel free to take a look around at some of the things we've built this year!

What's in a Name?

https://www.reddit.com/r/FTC/comments/fjcfmn/its_panic_time/

Install Instructions

Dockerfile (Reccomended)

This repo has a convenient (and rather large) docker file that handles most of the Android SDK versioning, NDK installs, Cmake, and Rust. To setup the dockerfile:

  1. Install Docker Desktop
  2. Clone the repo with git clone https://github.com/Arc-blroth/PandemicPanic --recurse-submodules pandemic_panic
  3. Build the Dockerfile with docker build --rm -t hermitsocialclub/pandemicpanic:latest .. This should make a docker image with the tag hermitsocialclub/pandemicpanic
  4. Run the dockerfile with docker-compose up -d
  5. To get a shell on the running container, use docker exec -ti Steven /bin/bash.
  6. Run docker-compose down to end the container.

About

The GitHub Repository of the Hermit Social Club, FIRST Tech Challenge Team 12675

https://hermitsocialclub.org


Languages

Language:Java 88.3%Language:Kotlin 9.0%Language:Rust 2.2%Language:Dockerfile 0.5%Language:C 0.0%Language:Shell 0.0%