Mayonaize
Mayonaize
CC#
Created by Mayonaize on 4/16/2025 in #help
2048 android project
Im making a 2048 school project, I dont really know xamarin in visual studios that well so im kinda reliant on AI tools, and help from friends. I want a log in and register system and I have the code for it and have already linked my project to firebase services, but there is a runtime error, something about multiple protobufs? Pretty sure my net version is 8.0 or 9.0 (not sure), and im using firestore to do this log in. I also have a problem with animating blocks that I would like help with but that is less of a priority. I need help solving the protobuf issue and make sure that the firebase is working
27 replies
CC#
Created by Mayonaize on 10/29/2023 in #help
❔ Removing dupes in a linked list
I need to make a function that gets a linked list, and returns that linked list with all sequences of 3 or more consecutive equal numbers be removed for example: 1,3,3,3,4,5,5,6,9,9,9,9 becomes 1,4,5,5,6
271 replies