Search Unity

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:
    2,073
    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.