Skip to main content

Drone Control for Unnamed Game

Put some morning hours into improving motion control for our virtual (big thanks to +Parke Bowman for the sprite!) in the tower defense- granting some unique/odd angles to explore with the camera:



Comments

Popular posts from this blog

Color Wheel Visualization

Colors are core in good design. Studies of visual recall and the impact of branding, fashion, and flags show consistently that the first thing we notice in something, and the last thing we remember. In design literature, there is a great deal of research/intuition in the emotions of colors- that blue is calming and builds trust (and is therefore used in every social media site today); red evokes power and passion (increasing metabolism and appetite, lending to its ubiquitous use in fast food chains); yellow quickly attracts attention and can be playful (light/pale yellow) or a warning (bold yellow)- the list goes on. In an effort to explore this association, I'm building a color selection system to ask internet users how they feel on a given day, as a color. You can check out the current version here . To progress, you can click on a color to see similar colors in the wheel. Once you're happy with your color selection, hover over it to get the rgb color, then send it to me o

Salazar Games Remastered- Now Online!

New version of the Salazar Games website is online:   www.salazargames.com - I'm very pleased with the way both the games auto-layout and the media presentation developed: Main Page: Excerpt from Media Page:  Excerpt from About Page: Some interesting hurdles: 1. Auto-loading of games: In some extremely old versions of the SG website, I would add a separate page and custom box for each game available in our games list- a tedious hour-long process for what should have been essentially a single row in a SQL table. Eventually turning to this method, I modeled a template that pulls the game info from the SQL database with php, then fills three columns in a feed style with game tabs with some greedy column-height based javascript. However, I wanted the ability to test this code locally, with relying on the Fatcow-hosted SQL database. To keep myself from working with a blank game sheet, I changed the route of database, and type of information pulled, based on the page