This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Generate javadoc and deploy to GitHub Pages | |
on: | |
push: | |
branches: | |
[ "master" ] | |
jobs: | |
build: | |
permissions: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env lua5.3 | |
-- SPDX-License-Identifier: MIT | |
-- Copyright: 2018 David Lechner <david@lechnology.com> | |
-- File: netris-bot.lua | |
-- This is a bot program for controlling netris. It reads button presses on | |
-- LEGO MINDSTORMS EV3 and translates them to messages that netris understands. | |
-- | |
-- Prerequisties: | |
-- # run this on the EV3 |