Skip to content

Instantly share code, notes, and snippets.

@Tanz0rz
Tanz0rz / Bitdecay Games Games Directory
Last active August 9, 2020 00:44
Landing page for all Bitdecay Games links!
Here are all available links for our games:
YouTube channel: bitdecay.games/youtube
Bitdecay Games soundtracks: bitdecay.games/ost
Github organization: bitdecay.games/github
Itch IO: bitdecay.games/itchio
2020:
El Noche:
Copy public ssh keys onto remote system for passwordless logging in:
ssh-copy-id host@ip
# grep a directory recursively
grep -r "texthere" .
# Move cursor forward
ctrl+f
# Move cursor backward
@Tanz0rz
Tanz0rz / SGPClassSummary
Last active September 3, 2016 19:22
Brief explanation of the relevant classes in the project
MakeGameMaster
- Makes logins on the server
LambdaCardFramework2
- Web requests from the client go here
- A valid login creates and saves a session with the appropriate session (aka Tanner.SGPSession)
- The session is saved to S3
- An instance of the lambda function called "cardTanner" is invoked
- We deserialized the result of the invokation to the phone
- This deserialization is a S2CDTO (Call 1 will return the home screen of a TannerSession)