Loading...
You are not logged-in Login/Register





  • Posts   Search Threads
  • percoctionApril 28, 2011 3:06 AM PDT   
    Rounds

    To clarify, it would seem that, unlike in the original Game of Life, where all cells act in the same turn, there are two turns within each turn of the Maze of Life.  The BLUE cell (player) makes its move, then 'acts' (die, live) all in one half of each round.  After the BLUE cell is accounted for, then the rest of the cells 'act'.
    This is a divergence from the original Game of Life that may not be immediately obvious.


    duncanhopkinsApril 28, 2011 3:15 AM PDT
    Rate
     
    Rounds

    I am not sure this is correct.

    I found that have to do the following per round:

    * Add the intellegent cell to the empty grid cell.
    * Process the whole grid.
    * Check that the intellegent cell is still alive.
    * Remove the intellegent cell.

    Or have I missunder stood what you said?

    percoctionApril 28, 2011 1:20 PM PDT
    Rate
     
    Rounds

    Ah yes, I'm sorry.  There is just the two parts to each turn: BLUE cell moves (move, stay) and then all cells are processed at the same time.
    Technically, from the example on the ClickMazes site, the status of the BLUE cell is calculated before processing the entire grid to determine its death or victory, and if neither case is true then the grid is processed, but this is a minor formality.


Forum jump:  

Intel Software Network Forums Statistics

17,025 users have contributed to 48,317 threads and 172,754 posts to date.

In the past 24 hours, we have 9 new thread(s) 56 new posts(s), and 52 new user(s).

In the past 3 days, the most popular thread for everyone has been How to manage rounding by IVF ?? The most posts were made to Most likely, the issue is that The post with the most views is Optimalization of sine function\'s taylor expansion

Please welcome our newest member redfruit83


For more complete information about compiler optimizations, see our Optimization Notice.