tomitrescak / clara-support

0 stars 0 forks source link

Staging version: Multiple problems #103

Closed antonwsu closed 3 years ago

antonwsu commented 3 years ago

There are issues with my Spring 2021 solutions. Major Assignment doesn’t start. 6.1 solution doesn’t compile. Check them out through Spring 2021 -> marking.

My Solution for Book -> Chapter 10 -> Clara Ant Solution doesn't work. My Solution for Book -> Chapter 10 Exercises -> Pacman freezes Level complete problem in Book->Chapter 10 Exercises -> Socoban. See https://github.com/tomitrescak/clara-support/issues/91

antonwsu commented 3 years ago

It's not yet fixed. Spring 2021 works. Book -> Chapter 10 Exercises -> Pacman -> sounds don't work properly. In particular isPacmanIntroStillPlaying() and playPacmanIntro() don't work. You can test it on my solution. My Solution for Book -> Chapter 10 -> Clara Ant Solution still doesn't work. Sokoban still doesn't work. See #91

tomitrescak commented 3 years ago
antonwsu commented 3 years ago

Book -> Chapter 10 Exercises -> Pacman. I tested my solution in two browsers (Safari and Chrome). Everything works if I run it from claraworld.net and doesn't work in either browser if I run staging.claraworld.net. I hear no sounds and ghosts don't start moving (because they are waiting for the intro sound to finish playing).

antonwsu commented 3 years ago

Clara Ant works on staging.

tomitrescak commented 3 years ago

As per Sokoban, you are initializing the Array for houses as houses = new BoardTile[1]; But there are 4 houses ... so I fixed the initialisation.

This calls for having some possibility to define Lists, which are currently not supported. I'll open a new ticket for that one