Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We’re making changes to the Unity Runtime Fee pricing policy that we announced on September 12th. Access our latest thread for more information!
    Dismiss Notice
  3. Dismiss Notice

Games [WIP] Robogramming - online board game about programming and robots.

Discussion in 'Works In Progress - Archive' started by NEOF, Jan 29, 2021.

  1. NEOF

    NEOF

    Joined:
    Jun 25, 2013
    Posts:
    9
    Hi, I am developing a game similar to the board game RoboRally.
    You control a robot by playing programming cards for the round consisting of 6 steps and your goal is to visit all checkpoints on the map in the correct order.
    I improved the original concept, by changing to hexes from just squares, so there are now more movement options and more things to plan.
    The game already has playable levels and I test it online with my friends sometimes, please write me if you are interested in testing. I use Photon as my networking solution.
    And here is my devlog about development. Would be glad to hear what people are actually looking for in gamedevlogs, so I can provide you info that you want to hear.
     
  2. koirat

    koirat

    Joined:
    Jul 7, 2012
    Posts:
    1,990
    The way you format your enums is not very readable.
    Generally it is a good practice to have them in column not in a row.

    Anyway good luck with your vlog.
     
    NEOF likes this.
  3. NEOF

    NEOF

    Joined:
    Jun 25, 2013
    Posts:
    9
    Devlog part 2. Small improvements, new level, new placeholder graphics.
     
  4. NEOF

    NEOF

    Joined:
    Jun 25, 2013
    Posts:
    9
    Devlog 3. Mostly graphics and fixes.