Results 1 to 8 of 8

Hybrid View

  1. #1
    Player
    Misteyes's Avatar
    Join Date
    Jul 2011
    Posts
    118
    Character
    Kerin Misteyes
    World
    Balmung
    Main Class
    Conjurer Lv 60
    Quote Originally Posted by chocothief View Post
    If this is a joke, you win.
    It's not, sadly.

    I actually am/was writing a stand-alone prototype (with a really ugly looking WinForms UI) to demonstrate what this system's gameplay would be like, but I made the decision to divide the triangles in the board into groups of four and then store those groups which are 60-degrees rotated from eachother in a linked list and then compute everything relationally from there.

    It made coding the game logic very easy, but the UI is borderline painful to work on because the absolute orientation of the triangles is stored nowhere.

    I could (and probably should) throw it out and start over, but then I'd have to rewrite all the game logic.
    (0)
    Last edited by Misteyes; 10-30-2011 at 09:03 AM.