My name is Dan Vicarel, and you've found my little corner of the Internet! I am a full-stack software engineer and game developer from Ohio. For my full credentials, check out my LinkedIn profile; this site is more of an interactive portfolio.
If you are looking to collaborate, please contact me at:
My Projects
Root Canal (2023)
A 2D RTS game based on the "Roots" theme of Global Game Jam 2023.
"Space Game" (2022)
A 2D side-scroller where the player controls a ship collecting abandoned treasure in space. Built with Unity for a 2022 hackathon and adapted for my GDEX 2023 talk: Live Demo: Building an Interactive Enemy.
Body Maintenance (2020)
A 2D co-op platformer for up to 4 players based on the "Maintenance" theme of Global Game Jam 2020.
Send Them Home (2019)
A 2D point-and-click adventure based on the "What home means to you" theme of Global Game Jam 2019.
DemiSword: Bubonic (2018)
A 2D co-op side-scroller "horde" game based on the "Transmission" theme of Global Game Jam 2018.
UnityAssemblies (2019 - present)
A NuGet package to simplify making forward-compatible references to any Unity assembly on any platform.
UnityUtil (2016 - present)
A UPM package with classes/components useful to any Unity project in 2D or 3D. Includes components to facilitate dependency injection, logging, RNG, triggers, inventory, and more.
High Hand Hold'em™ (2017 - present)
A mobile card game where players choose the best Poker hand before time runs out. The debut mobile game of Derploid Entertainment, LLC—the studio that I started with a partner from the Cleveland Game Developers. Set to release in Q2 2024.
Farmageddon: A Cattle Royale (2020 - 2022)
A novel battle royale game where each local player is generated by replaying the recorded actions of another player's previous run. Built in collaboration with Solidplasma Studios and released on Steam in 2021.
GravityCopter (2019)
A 2D Flappy Bird clone where players move a helicopter by shifting gravity through a procedurally generated course. Built in a couple days on vaction in 2019 and used to demo dependency injection in my GDEX 2021 talk: Singletons: You're Doing Them Wrong.
Derploid Website (2021 - present)
The landing site for Derploid® Entertainment, LLC—the studio that I started with a partner from the Cleveland Game Developers. A static site built with Jekyll/Bootstrap hosted on GitHub Pages.
The Dansite (2023 - present)
This website! A static site built with Jekyll/Bootstrap hosted on GitHub Pages, serving as my interactive portfolio.
Live Demo: Building an Interactive Enemy (2023)
A demo of building the "monster" from my Space Game, complete with graphics, sounds, basic AI/pathfinding, and health/damage. Shows my approaches to game architecture in Unity, emphasizing loosely coupled components and data-driven design.
Making Mobile Ads Less Awful (2023)
An overview of building ads into mobile video games: different kinds of ads, related tools and libraries, legal considerations, and tips to make ads less intrusive. In short, how to make ads less awful, both for developers and for players.
Singletons: You're Doing Them Wrong (2021)
Analyzed pros/cons of the controversial "singleton pattern", using concrete code examples from my GravityCopter game to explore procedural methods, static singletons, and dependency injection.
Advanced Gameplay Programming: If Statements (2021)
A somewhate tongue-in-cheek presentation of common pitfalls with conditional logic, as well as principles for improving the readability and extendibility of code.
Designing New Lifeforms (2019)
A look at examples of good/bad creature design from games, books, and films. I draw from biological, chemical, astronomical, and anthropological principles to form a set of rules for designing lifeforms that are both fantastic and believable.
Supercharging Your Unity Workflow With Visual Studio and Git (2019)
A two-part discussion of techniques to streamline Unity workflows with the Visual Studio IDE and Git version control system, drawing on over five years of professional software development experience.