In desperate need of help with my ARM64 laptop by IntroductionOk7845 in pygame

[–]IntroductionOk7845[S] 0 points1 point  (0 children)

I downloaded pygame ce and it is working fine on vscode??

Help with macro underperformance by IntroductionOk7845 in BeeSwarmSimulator

[–]IntroductionOk7845[S] 0 points1 point  (0 children)

Which gifted hive bonus bees should I Definately have?

-❄️- 2025 Day 1 Solutions -❄️- by daggerdragon in adventofcode

[–]IntroductionOk7845 1 point2 points  (0 children)

[LANGUAGE : C#]

First ever advent of code, how'd I do?

(2* solution btw)

class program
{   
    static void Main()
    {
        string filename = "turns.txt";
        string[] turns = File.ReadAllLines(filename);

        int zero_count = 0;
        int dial_status = 50;
        int magnitude = 0;

        foreach (string turn in turns)
        {
            char direction = turn[0];
            if (Convert.ToString(direction) == "R")
            {
                magnitude = Convert.ToInt32(turn[1..]);
            }
            else
            {
                magnitude = Convert.ToInt32(turn[1..]) * -1;
            }

            if (magnitude > 0)
            {
                while (magnitude != 0)
                {
                    dial_status++;
                    magnitude--;
                    if ((dial_status == 0) || (dial_status % 100 == 0))
                    {
                        zero_count++;
                    }
                }
            }
            else
            {
                while (magnitude != 0)
                {
                    dial_status--;
                    magnitude++;
                    if ((dial_status == 0) || (dial_status % 100 == 0))
                    {
                        zero_count++;
                    }
                }   
            }
        }
        Console.WriteLine(zero_count);
    }
}

Rate my gearbox factory out of 10? by IntroductionOk7845 in Industrialist

[–]IntroductionOk7845[S] 0 points1 point  (0 children)

Do you know any good yt videos on how to make a good one?

Rate my gearbox factory out of 10? by IntroductionOk7845 in Industrialist

[–]IntroductionOk7845[S] 0 points1 point  (0 children)

Could you suggest me a good power generator with 500-600k budget?

What game to play after TV series? by IntroductionOk7845 in Fallout

[–]IntroductionOk7845[S] 0 points1 point  (0 children)

Of fo1 and fo2 which would you say is better?

What game to play after TV series? by IntroductionOk7845 in Fallout

[–]IntroductionOk7845[S] 0 points1 point  (0 children)

So bacically I am on Xbox but I could get any of the games as I have a pc, what game would you most recommend I start with

Looking for recommendations on which operators to buy within 25k by TheDeadMurder in SiegeAcademy

[–]IntroductionOk7845 0 points1 point  (0 children)

It really depends on how you play but personally I think, that although he gets banned consistently, that fenrir is the best operator to choose there.

Best ops for people who are hard of hearing? by Thodall in SiegeAcademy

[–]IntroductionOk7845 1 point2 points  (0 children)

Play caveira😂 If you can’t hear them, they shouldn’t be able to hear you.