Rewrite coord_would_tick_oob() to save 49 bytes #13
This file contains 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
--- | |
on: push | |
name: Build | |
jobs: | |
build: | |
name: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Clone repo | |
uses: actions/checkout@v3 | |
- name: Set up environment | |
run: ./setup.sh | |
- name: Make | |
run: make | |
- name: Upload ROM | |
uses: actions/upload-artifact@v3 | |
with: | |
name: vidyagame_rom | |
path: game.gb |