Skip to content

Instantly share code, notes, and snippets.

View Rwothoromo's full-sized avatar
🙃
Work n Play!

Elijah Rwothoromo Rwothoromo

🙃
Work n Play!
View GitHub Profile
@Rwothoromo
Rwothoromo / README.md
Created December 1, 2022 17:27 — forked from straker/README.md
Basic Tetris HTML and JavaScript Game

Basic Tetris HTML and JavaScript Game

This is a basic implementation of the game Tetris, but it's missing a few things intentionally and they're left as further exploration for the reader.

Further Exploration

@Rwothoromo
Rwothoromo / Fastfile
Created August 27, 2018 17:10 — forked from polbins/Fastfile
Fastlane script for Uploading to Slack and Play Store Alpha
default_platform :android
platform :android do
before_all do
ENV["SLACK_URL"] = "https://hooks.slack.com/services/ABC/123/XYZ"
end
######################### PUBLIC LANES #########################
desc "Deploy a new Prod APK version to Play Store Alpha"