Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revisionBoth sides next revision
pelita [2019/09/04 09:37] – [Setup] rikepelita [2021/08/21 21:49] – [Setup] rike
Line 1: Line 1:
 ====== Programming Project ====== ====== Programming Project ======
  
-[[https://github.com/ASPP/pelita_template|{{ https://github.com/ASPP/pelita_template/raw/master/pelita_GUI.png?nolink&600 }}]]+[[https://github.com/ASPP/pelita_template|{{ https://github.com/ASPP/pelita_template/raw/main/pelita_GUI.png?nolink&600 }}]]
 Pelita is a Pac-Man like game. Two teams each of two bots are placed in a maze with food pellets. The maze is split into two parts, the left one belongs to the team on the left (the blue team), the right one belongs to the team on the right (the red team). When a bot is in its own homezone it is a ghost. A ghost can defend its own food pellets by killing the enemies. When a bot is in its enemy's homezone it is a pac-man and can eat the enemy's food. Pelita is a Pac-Man like game. Two teams each of two bots are placed in a maze with food pellets. The maze is split into two parts, the left one belongs to the team on the left (the blue team), the right one belongs to the team on the right (the red team). When a bot is in its own homezone it is a ghost. A ghost can defend its own food pellets by killing the enemies. When a bot is in its enemy's homezone it is a pac-man and can eat the enemy's food.
  
Line 19: Line 19:
 See the documentation directly on https://github.com/ASPP/groupN See the documentation directly on https://github.com/ASPP/groupN
  
-(Users of anaconda on macOS, please watch out for bug https://github.com/ContinuumIO/anaconda-issues/issues/11165 and do a ''condo install tk=8.6.7'' before running Pelita. This is only needed on macOS!)+/* 
 +(Users of anaconda on macOS Mojave, please watch out for bug https://github.com/ContinuumIO/anaconda-issues/issues/11165 and do a ''condo install tk=8.6.7'' before running Pelita. This is only needed on macOS!) 
 +*/
 ==== Intent ==== ==== Intent ====
  
Line 79: Line 81:
  
 <alert type="warning" icon="fa fa-warning"> **WARNING** <alert type="warning" icon="fa fa-warning"> **WARNING**
-  * The repos are going to be **frozen** on Saturday 7 September at exactly **17:00**!+  * The repos are going to be **frozen** on Saturday 28 August at exactly **17:00**!
   * Be sure there is a file in your repo named ''groupN.py'', where ''N'' is your group number   * Be sure there is a file in your repo named ''groupN.py'', where ''N'' is your group number
-  * The file should define the string ''TEAM_NAME'' and the function ''move(bot, state) ⟶ (x,y), state''+  * The file should define the string ''TEAM_NAME'' and the function ''move(bot, state) ⟶ (x,y)''
 </alert> </alert>
  
Line 96: Line 98:
     * **final**: the two winners of the semifinals against each other     * **final**: the two winners of the semifinals against each other
     * **last-chance final**: the winner of the final against the 5th team from the round-robin     * **last-chance final**: the winner of the final against the 5th team from the round-robin
-  - <color #949494>(if there is time and if the tutors are willing to risk):</color>+/*  - <color #949494>(if there is time and if the tutors are willing to risk):</color>
     * <color #949494>**the tutor-humiliation round**: the winner of the students against the tutors' bots </color>     * <color #949494>**the tutor-humiliation round**: the winner of the students against the tutors' bots </color>
 +*/
  
-==== Network games ==== 
-… more info soon … 
 /* /*
 +==== Network games ====
 To play against the more advanced bots in the network, start a network game: To play against the more advanced bots in the network, start a network game: