RANI
RANI
CC#
Created by RANI on 5/9/2024 in #help
yo im tied to make a game and there is problom
tile class using System.Collections; using System.Collections.Generic; using TMPro; using UnityEngine; using UnityEngine.UIElements; public class Tile : MonoBehaviour { public Tile state {get; private set;} public tillcell cell {get; private set;} public int number {get; private set; } private Image background; private TextMeshProUGUI text; private void Awake() { background = GetComponent<Image>(); text = GetComponent<TextMeshProUGUI>(); } public void Setstate(tilestate state , int number) { this.state = state; this.number = number; } } tilestates using System.Collections; using System.Collections.Generic; using UnityEngine; [CreateAssetMenu(menuName = "tile")] public class tilestate : ScriptableObject { public Color backroundcolor; public Color textColor; }
4 replies
CC#
Created by RANI on 4/7/2024 in #help
how to make it so when u hover on button it turn blue and when you not it turn back to white
serched on google didnt found it, just start blue all the timer
51 replies
CC#
Created by RANI on 4/5/2024 in #help
good vid to learn oop?
didnt understand in class need to learn it by my self
6 replies
CC#
Created by RANI on 12/18/2023 in #help
needed to get 100 pairs of number find all the biggest numbers output is the lowest number
output is the lowest number out of every pair biggest number
9 replies
CC#
Created by RANI on 12/18/2023 in #help
help with code
Need to get 100 pairs at the same time And need console to find what Is the smallest number out of the all the big number
94 replies
CC#
Created by RANI on 11/30/2023 in #help
hello how do i make console print the Factorial for num1
help
11 replies
CC#
Created by RANI on 11/20/2023 in #help
YO I NEED HELP writing a code need advice not for u to write it for me
write me a c# program that get 3 latters and tell if they are by the order like abc if they are backward like cba or if they are random like ami
35 replies
CC#
Created by RANI on 11/18/2023 in #help
got this code that i wrote the get all score and print end score but i didnt read right help me
exem is 40% assigments is 30% and participation is 30%
16 replies
CC#
Created by RANI on 11/15/2023 in #help
how can i fix that code
i need to get 2 number and operation then do num1 then the operation and then num 2 lets say i get num1 = 2, num 2 = 4 and operation = + so Console need to print 2+4
19 replies
CC#
Created by RANI on 10/15/2023 in #help
❔ hello i need help writing a code
ok so im learning c# in school and dont remember how to do this we had to do that in class and i got it right but no we need to do it in homework and i kinda forgot the task if write a programt that get number if bigget then 0 then true if smaller the flase any1 can help me?
150 replies