Differences

This shows you the differences between two versions of the page.

Link to this comparison view

pm:prj2023:tmiu:gameoflife [2023/05/29 03:55]
tea_eliza.tatoiu
pm:prj2023:tmiu:gameoflife [2023/05/30 18:32] (current)
tea_eliza.tatoiu [Concluzii]
Line 40: Line 40:
 <note tip> <note tip>
   * I am using LedControl.h library   * I am using LedControl.h library
-  * I am implementing the void updateGrid() function and int countNeighbors(int row, int col)  +  * Source code {{:​pm:​prj2023:​tmiu:​proiect_game_of_life_care_merge_final.zip|}} 
-  * ...in progress...+  * void randomize_cells(): gives a random configuration of cells, so the game has a starting point, or if you wanna change the cell configuration mid game; 
 +  * void countAliveNeighbors(int row, int col): counts the number of alive neighbors in the position world[row][col],​ diagonals also count; 
 +  * void next_generation():​ figures out the next generation based on the rules i mentioned above, and is using countAliveNeighbors(row,​col) and copies the new "​world"​(of cells) into the current one; 
 +  * void showOnLed():​ shows on the physical LED, the configuration set on the integer matrix world[8][8] that is filled with ones and zeros 
 +  * For the joystick control part : if (joystickX != selectedCellX || joystickY != selectedCellY) - ensures that the selected cell state is updated only when the joystick position changes 
 +  *Inside the if condition, I updated the selectedCellX and selectedCellY variables using the map() functionThis maps the joystick'​s analog values (ranging from 0 to 1023) to the corresponding cell coordinates in the world array (ranging from 0 to SIZE-1). 
 +  *For changing the state of the selected cell upon joystick click, I added code to check if the joystick click button (JOYSTICK_CLICK_PIN) is pressed and the joystickClicked flag is falseIf the conditions are met, the state of the selected cell is toggled by calculating the opposite state using (cellState + 1) % 2. The state of the selected cell in the world array is updated, and the LED at the selected cell position is set to the new state using lc.setLed()The joystickClicked flag is then set to true.
 </​note>​ </​note>​
  
Line 47: Line 53:
  
 <note tip> <note tip>
-...in progress...+{{:​pm:​prj2023:​tmiu:​whatsapp_image_2023-05-30_at_16.45.08.jpg?200|}}
 </​note>​ </​note>​
  
 ===== Concluzii ===== ===== Concluzii =====
 +  * Apply what I learned in a practical way.
 +  * Improve problem-solving skills.
 +  * Develop presentation and documentation skills.
  
 ===== Download ===== ===== Download =====
  
 <note warning> <note warning>
-...in progress...+{{:​pm:​prj2023:​tmiu:​proiect_game_of_life_care_merge_final.zip|}}
 </​note>​ </​note>​
  
Line 61: Line 70:
  
 <note tip> <note tip>
-...in progress...+ 
 </​note>​ </​note>​
  
Line 68: Line 78:
 <​note>​ <​note>​
 https://​www.instructables.com/​Arduino-based-Bi-color-LED-Matrix-Game-of-Life/​ https://​www.instructables.com/​Arduino-based-Bi-color-LED-Matrix-Game-of-Life/​
 +
 +https://​steemit.com/​utopian-io/​@pakganern/​how-to-control-8x8-led-matrix-using-joystick
 +
 +https://​forum.arduino.cc/​t/​help-with-8x8-led-matrix-and-max7219-code-conways-game-of-life-almost-done/​131738
 </​note>​ </​note>​
  
 <​html><​a class="​media mediafile mf_pdf"​ href="?​do=export_pdf">​Export to PDF</​a></​html>​ <​html><​a class="​media mediafile mf_pdf"​ href="?​do=export_pdf">​Export to PDF</​a></​html>​
  
pm/prj2023/tmiu/gameoflife.1685321719.txt.gz · Last modified: 2023/05/29 03:55 by tea_eliza.tatoiu
CC Attribution-Share Alike 3.0 Unported
www.chimeric.de Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0