Logo Dor Ben Dor
Logo Inverted Logo
  • Posts
  • Articles
    • Unity
      • Scriptable Holders
  • Projects
    • Published
      • Warriors: Rise to Glory
      • Midbaryom
      • Summoners Royale
      • Yeti Getaway
      • Party Cat
      • Color Maze
      • Brainiac
      • Neuroderm
      • Bow & Arrow
    • Canceled
      • Phantom Beasts
  • Packages
    • Unity Coding Toolset
    • Unity Packager
  • Prototypes
    • Game a Week
      • Rules
      • HoMM
    • Hackathons
      • Treasure Hunt
      • Norman's Justice
      • Si'l Vous Play
    • Exercises
      • VoX
Hero Image
GaW - Heroes of Might & Magic

Heroes of Might & Magic III is one of my all time favourite games. It proposes 4 core systesms (heroes, castles, exploration and combat) each feeding each other to create a hollistic and compelling gameplay. Trying to imitate it in one week was both challenging and incredibly fun. .button-link { background-color: #008CBA; color: white; padding: 10px 20px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; border-radius: 5px; } .button-link:hover { background-color: #005f6b; } Play the Prototype Tech Stack Unity 6.

November 3, 2024 Read
Hero Image
Game a Week Challenge - Rules

What is the “Game In A Week” Challenge? 🕹️ Game in a Week (GaW) is a self-imposed challenge to build a bitching prototype for an existing game (preferably a genre-defining one). It’s an undertaking in which I show that quick prototyping is easy,fun, and can yield great results. I hope both you and I will learn a lot along the way. Structure 🛠️ We will start by reverse-designing the game. We’ll understand what systems comprise gameplay and what needs to be done in terms of code, tech art, and assets.

October 14, 2024 Read
Hero Image
Scriptable Holders

Preface Scriptable Objects (SOs) are awesome. It’s been said before, it will be said in the future and currently, many Unity devs use them to architect their code and write great games. But (you knew this was coming), they are still a tight coupling to the unity engine - Scriptable Objects only make sense inside the unity framework. I noticed most Unity devs don’t give a f*** about this, but I do give plenty.

September 18, 2024 Read
Hero Image
Unity Coding Toolset

A lightweight package that encompasses small utilities, tools and code - all too small to deserve a package of their own. /* Basic styling for readability */ table { width: 90%; margin: 20px auto; border-collapse: collapse; font-family: Arial, sans-serif; } th, td { padding: 12px 15px; text-align: center; border: 1px solid #ddd; } th { background-color: #add8e6; /* Light blue color */ font-weight: bold; } tr:nth-child(even) { background-color: #f9f9f9; } .

June 1, 2023 Read
Hero Image
Phantom Beasts

Unleash your inner beast and shoot your way through a dystopian city in this deadly 2.5D side scroller. Gun down your enemies and use your phantoms to get out of tough situations. /* Basic styling for readability */ table { width: 80%; margin: 20px auto; border-collapse: collapse; font-family: Arial, sans-serif; } th, td { padding: 12px 15px; text-align: center; border: 1px solid #ddd; } th { background-color: #add8e6; /* Light blue color */ font-weight: bold; } tr:nth-child(even) { background-color: #f9f9f9; } .

December 23, 2022 Read
Hero Image
Summoners Royale

A Real time PvP strategy game for android, empowering players with strategic decisions in lightweight tactical battles. /* Basic styling for readability */ table { width: 90%; margin: 20px auto; border-collapse: collapse; font-family: Arial, sans-serif; } th, td { padding: 12px 15px; text-align: center; border: 1px solid #ddd; } th { background-color: #add8e6; /* Light blue color */ font-weight: bold; } tr:nth-child(even) { background-color: #f9f9f9; } .

June 11, 2022 Read
Hero Image
Midbaryom

Instead of cages, a 120 acre of savannah, teeming with life. /* Basic styling for readability */ table { width: 40%; margin: 20px auto; border-collapse: collapse; font-family: Arial, sans-serif; } th, td { padding: 12px 15px; text-align: center; border: 1px solid #ddd; } th { background-color: #add8e6; /* Light blue color */ font-weight: bold; } tr:nth-child(even) { background-color: #f9f9f9; } .button-link { background-color: #008CBA; color: white; padding: 10px 20px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; border-radius: 5px; } .

May 2, 2022 Read
Hero Image
Unity Packager

A lightweight package allowing developers to quickly create packages that are easily imported into any unity project. /* Basic styling for readability */ table { width: 90%; margin: 20px auto; border-collapse: collapse; font-family: Arial, sans-serif; } th, td { padding: 12px 15px; text-align: center; border: 1px solid #ddd; } th { background-color: #add8e6; /* Light blue color */ font-weight: bold; } tr:nth-child(even) { background-color: #f9f9f9; } .

November 26, 2021 Read
Hero Image
Treasure Hunt

1v1 multiplayer game in which each player hides his treasure, and tries to find his opponents. /* Basic styling for readability */ table { width: 90%; margin: 20px auto; border-collapse: collapse; font-family: Arial, sans-serif; } th, td { padding: 12px 15px; text-align: center; border: 1px solid #ddd; } th { background-color: #add8e6; /* Light blue color */ font-weight: bold; } tr:nth-child(even) { background-color: #f9f9f9; } .

January 31, 2021 Read
Hero Image
Warriors: Rise To Glory

In this rogue-lite turn-based RPG, you create a bloodline of gladiators, fight online with or against your friends in the arena, decide the fate of your fallen rivals, and bring honor, wealth, and the spoils of war to improve your legacy. /* Basic styling for readability */ table { width: 90%; margin: 20px auto; border-collapse: collapse; font-family: Arial, sans-serif; } th, td { padding: 12px 15px; text-align: center; border: 1px solid #ddd; } th { background-color: #add8e6; /* Light blue color */ font-weight: bold; } tr:nth-child(even) { background-color: #f9f9f9; } .

July 3, 2020 Read
Hero Image
Brainiac

Better! Faster! Smarter! Brainiac is a powerful tool for your mind and a pleasing one for your soul. /* Basic styling for readability */ table { width: 90%; margin: 20px auto; border-collapse: collapse; font-family: Arial, sans-serif; } th, td { padding: 12px 15px; text-align: center; border: 1px solid #ddd; } th { background-color: #add8e6; /* Light blue color */ font-weight: bold; } tr:nth-child(even) { background-color: #f9f9f9; } .

August 11, 2019 Read
Hero Image
Bow & Arrow

“Hear ye! Hear ye! The king is looking for the best archer in the land! Are you up for a challenge of Bow & Arrow? /* Basic styling for readability */ table { width: 90%; margin: 20px auto; border-collapse: collapse; font-family: Arial, sans-serif; } th, td { padding: 12px 15px; text-align: center; border: 1px solid #ddd; } th { background-color: #add8e6; /* Light blue color */ font-weight: bold; } tr:nth-child(even) { background-color: #f9f9f9; } .

November 17, 2018 Read
  • ««
  • «
  • 1
  • 2
  • »
  • »»
Navigation
  • About
  • Toolbox
  • Projects
  • Tags
  • Categories
  • Buy Me Coffee
Contact me:
  • contact@dorbendor.com
  • misterkidx
  • Dor Ben Dor

Stay up to date with email notification

By entering your email address, you agree to receive the newsletter of this website.