Skip to content

Instantly share code, notes, and snippets.

View iiviigames's full-sized avatar
🎮
https://twitch.tv/iiviigames

Vee Flynn iiviigames

🎮
https://twitch.tv/iiviigames
View GitHub Profile
@iiviigames
iiviigames / main.lua
Created January 11, 2019 21:00
HalfImmaculateSequel created by iiviigames - https://repl.it/@iiviigames/HalfImmaculateSequel
table_get = {}
Sprite_Names = {"s_player","box","enemy1","coin"}
tostr = tostring
function table_get.size(t)
local size = 0
for _, v in pairs(t) do
size = size + 1
@iiviigames
iiviigames / main.lua
Last active January 11, 2019 21:00
HalfImmaculateSequel created by iiviigames - https://repl.it/@iiviigames/HalfImmaculateSequel
table_get = {}
Sprite_Names = {"s_player","box","enemy1","coin"}
tostr = tostring
function table_get.size(t)
local size = 0
for _, v in pairs(t) do
size = size + 1
@iiviigames
iiviigames / keybase.md
Created January 26, 2019 08:09
KeybaseGist

Keybase proof

I hereby claim:

  • I am iiviigames on github.
  • I am iivii (https://keybase.io/iivii) on keybase.
  • I have a public key ASA2BCvxtaNuopB_ylHw7BM1_BmAz9JzyLsi9GE5F8ZcwAo

To claim this, I am signing this object:

I'm a big fan of hundredrabbits or, as they are also known, rekka and divine, and my Playnite Library has a section called "Gamedev Tools" that is filled with all the Borgesian wonders that they have made, including Orca. To find out more about their awesome stuff, like how the freaking built many of these tools while on the ocean, literally sailing around the world, here's their site!

I'll let you explore on your own, but I will offer here some links to my favorites that they have made. (Including more music related apps for those who like Orca!)

FORMAT

Itch.io or download page, and...
Short description, and git instructions...
git clone/npm install if available.

@iiviigames
iiviigames / README.md
Created March 6, 2019 17:11 — forked from gabrielflorit/README.md
SCRIPT-8
@iiviigames
iiviigames / README.md
Last active March 14, 2019 20:04
Script8 Cartridge - Main Example

This is simply the default SCRIPT-8 cassette, which can be played by clicking on that link! I have not edited it in any way.

@iiviigames
iiviigames / README.md
Created March 14, 2019 20:06
SCRIPT-8
@iiviigames
iiviigames / MojisMoprobs.md
Last active May 22, 2019 17:34
A Listing of Emoji's for Gitland

Only Here For Posterity. Please Avoid.

🌌 :milky_way: 👥 :busts_in_silhouette: 👹 :japanese_ogre:
😊 :blush: 😃 :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
😆 :satisfied: 😁 :grin: 😉 :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: 😀 :grinning:
😗 :kissing: 😙 :kissing_smiling_eyes: 😛 :stuck_out_tongue:
@iiviigames
iiviigames / aspector.py
Created October 9, 2019 19:35
Find a the missing value in a width/height by providing either the width or height, and any aspect ratio you'd like. This console app does the rest!
# usr/bin/env python
# MODULE: aspector.py
# INFO: Enter a width or height value, then the ratio you'd like to find for
# the missing value. This will give it to you!
# CODED BY: iivii
# EMAIL: thelibrarian@odd.codes
# LICENSE: Just throw me a bone and let people know I helped out okay?
# NOTE: Send me anything you may use this code for! I'm just curious to see
# if anything I did was able to help you.
###########################################################################################