-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwork.txt
More file actions
23 lines (14 loc) · 765 Bytes
/
work.txt
File metadata and controls
23 lines (14 loc) · 765 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Current tasks:
Pre-generated objects in Database on app start (No current persistence as it is not hosted)
- Still not working
Let out cats should let out cats and dogs.
- Placeholder implementation has been implemented, both generate. Still using cat picture for cat and dog.
Get names of pets above the sprites of them.
- Done, needs to be centered.
"fight" implementation (if cat sprite runs into dog sprite, 50/50 remove one from the animation)
- Detects collision for any animal running into another, but errors out on collision.
Find better sprites to replace placeholder.
Fix formatting so box is all on screen.
General prettification.
Reformatting
-reformatted model to have an animal superclass as cat and dog were repeat code.