
Queue Management and Control - Discord Bot (May 2020)
- Discord bot built in Javascript with discord.js.
- stores users in a queue and prompts them in order as commands are issued
- checks for user id matching to ensure no line skips and the correct person is using the commands
github link
Custom Spreadsheet for materials and weapons tracking; Use of VLOOKUPS and ARRAYFORMULA .etc
identification of problems and formulating solution
Entered all mats needed for upgrades and required #'s for mats are pulled from master drop table tab.
This way I only need to update my numbers in one place in the future and it will autopopulate
This table checks for the mats that I am short on and brings those values down here; sorts it and weeds out dupes. and I have a simple math formula to tell me how many I am short on
images are loaded via user input using IMPORTXML and status updates for each on same cell entry using javascript
Clients proposal on left and my revision on right; Spot gloss for TSUNAU text added
Design and Assembly; Disassembled clock, Mirror Silver applied to front glass and custom clock face applied to inside face
Character movement, storing direction; Collision detection; Idle animation; NPC following player x coordinate; NPC idle animation; Drew all the sprites; Made sfx
Solving the rock pushing problem:
1. copying the sprite in front of player path
2. erasing sprites after players path
3. adding collision to object
github link
Guide on printing for and skinning an arcade fight stick, the joystick controllers that people bring to fighting game tournaments around the world.Many asked for advice on this topic so I wrote a document for them to share. This was my gift to the community that I love and who loves customization and expressing themselves so much.
Currently the Medium page has over 40k views
link to medium article