#⌨coders-cave

1 messages · Page 52 of 1

orchid frigate
#

😳 😳

barren shale
#

😳 😳 😳 😳 xzibit xzibit

#

Minecraft hagrid when

orchid frigate
#

Minecraft hagridD

barren shale
#

Eicks dee

orchid frigate
#

I wonder if old openGL renders sprites the same way as new openGL

barren shale
#

Wonder alone bye

orchid frigate
#

Rude

#

Jokes on you I will not give you a free copy of Minecraft hagridD when it's done

barren shale
main brook
#

I have minecraft 64D

orchid frigate
#

What does it include

#

And where did you find it hagrid

main brook
#

my imagination

#

and not able to implement it

#

i keep imagining the solution but not able to implement it

main brook
#

anybody suggest if i should make mapping that actually update the actual database

#

like if im using mongodb

#

i could just

#

MongoServer.Collection1["me"] = {money: -69}

#

and it would update it

#

instead of running a function

north dune
main brook
#

basically yes

#

but instead of running

#

FUNCTIONS

#

to set the keys

#

we just do it on the key assignment

north dune
#

you can use dictionary like that as well

#

at least with unity

main brook
#

I KNOWWWW

#

but like i mean

#

something like

#

.SetKey("key", value)

#

can be just

#

["key"] = value

#

and it would update it realtime

north dune
#

yeah

#

its convenient as hell

#

thats how it works on unity too

main brook
#

but databases lib doesn't support that

north dune
#

i avoided dictionaries for a while and it was dumb

main brook
#

not even redis

north dune
main brook
#

usually they come in

#

.execute

crisp hawk
#

Hi

main brook
#

in relational database its foine

crisp hawk
#

hey I want to learn how to do mods teach me?

main brook
#

but for KV is sortof fine

crisp hawk
#

Well, I already went there, it wasn't much help.

main brook
#

well not different here

crisp hawk
#

What I want is to be on a channel where I can learn a little.

main brook
#

usually people talk about general codes

crisp hawk
main brook
#

ecksdee

crisp hawk
main brook
#

basically

#

never

#

i stopped playing worldbox

#

SPECIFICALLY IM TAKING A BREAK

#

probably gonna come and do stuff when a big update came

crisp hawk
#

ok

main brook
#

also hint

#

know about C#

barren shale
#

Just override the [] operators

#

If you can

#

Depends on the language

#

In java you cant override operations

#

Operators*

#

Cuz they want the language to be "simple"

#

But theyre probably lazy tbh

north dune
#

wow i feel personally attacked

#

uses "simple" everything

barren shale
#

There are no properties

#

Cuz simple

#

You have to make the getter and setter functions urslelf

#

Which makes it more complex

#

So i just make everything a field

main brook
#

imagine java saying its supposed to be simple

#

and get beaten by python for being simple

#

i somehow like kotlin better

#

than java

#

idk why

main brook
#

but the community im asking is shit

#

so im asking here

#

seems like bad and good idea at the same time

barren shale
#

Its js right?

main brook
#

tis nothin but secert

barren shale
#

We already know its JS

main brook
#

its not

barren shale
main brook
#

ha

#

jokes on u

barren shale
#

What other language uses let

#

Instead of var

main brook
#

no no

north dune
main brook
#

i mean like

north dune
#

code art

main brook
#

for this cass

#

im not using js

barren shale
#

Bruh

main brook
#

since fairly enough

#

im using an ORM

barren shale
#

Wtf is that

main brook
#

Object Relational Mapping

barren shale
#

Stop using weird languages

#

Unless you want to read the documents for 3 hours

main brook
#

basically yes

#

i read documentation everyday

barren shale
#

Cuz ur probably the first person who uses that language and want to do this

main brook
#

so no issue

main brook
#

how did you know me so well

barren shale
#

Might aswell use brainfuck

main brook
#

not my style

#

i dont like it

barren shale
main brook
#

also ORM isn't a language

barren shale
#

Whyd u do that

main brook
#

ert

barren shale
#

This is ugly

main brook
#

you just dont understand art

#

even if you spill your paint

#

and sell it

north dune
#

big numbers go brr

main brook
#

it will cost like $10k

#

abstract art

north dune
#
else if (money > 1000000000000000000000000000000000000000000000000000000000000000d)
            {
                returnString = (money / 1000000000000000000000000000000000000000000000000000000000000000d).ToString("F") + " Vigintillion";
            }
main brook
#

Vigintilion

barren shale
north dune
#

now we need Chadintilion

barren shale
#

Just have these numbers as a constant somewgere

#

Instead of writing them teice

#

Twice*

north dune
#

its a copy paste away

barren shale
#

It would look cleaner

north dune
#

but uglier

barren shale
#

And the art would still be there

north dune
#

appreciate the art

barren shale
#

Just have the constants bext to each other

#

And u get the same art

north dune
#

you dont go to art gallery and say "this painting needs to be in the other room"

barren shale
north dune
#

it matters a whole lot here

#

like loads

barren shale
#

Ok dud

#

You do you

north dune
#

i should reverse the pyramid tho

#

it starts big so the smallest numbers are figured out last

#

dumb

barren shale
#

0
000
00000
0000000
000000
0000
00

#

Make it like thie

north dune
#

alternating it

barren shale
#

Burj khalifa style

main brook
#

nvm

barren shale
#

Ive waited for so long

main brook
tropic dagger
barren shale
orchid frigate
#

Making a tic tac toe game on phone is fucking awful

#

Actually making anything on phone is awful

#

I think I also overcomplicated it, @barren shale when you did the tic tac toe game did you draw the thing using a multi- dimensional array or just using a single console.writeline

barren shale
#

Does that matter

#

Even if you overriden the ToString to make tge Console.WriteLine work with it

#

U still have to do the loop over array in the ToString

orchid frigate
#

Why hagrid

barren shale
#

So you can draw the whole thing ??

orchid frigate
#

I mean can't you just draw a map in a multi dimensional array and then use a foreach statement to draw all the things

#

Like assign a letter to be a certain character that is being drawn in the console

#

The only problem I had with that is that I couldn't put a space after the third line...wait

#

I just realised I'm dumb

#

Or wait am i

barren shale
#
			for (int j = 0; j < height; j++)
			{
				for (int i = 0; i < width; i++)
				{
					Console.WriteLine(arr[i, j]);
				}

				Console.WriteLine();
			}
orchid frigate
#

I'm confused

barren shale
#

Is youre array a string array

#

Or an enum

orchid frigate
#

String

barren shale
#

Ok this should work

#

Oh no wait

#

You need to check if its empty

#

And draw something like #

#

If its empty

orchid frigate
#

That's the least of my concerns

#

I already have a way to check if it's empty

#

I just check if the spot I need to check has a default value of -

barren shale
#

If arr[x, y] == ""

#

Well then this should work

#

You loop over the Y axis first so it doesnt get drawn flipped

orchid frigate
#

Wait ia this true

height = Map.GetLenght(1); //map is the array
Width = Map.GetLenght(0)
barren shale
#

Ye

orchid frigate
#

Int

#

Forgot the ints

#

Eh good enough

barren shale
#

And a ;

orchid frigate
#

Writing on phone is so goddamn bad

orchid frigate
#

Shouldn't*

barren shale
#

No

#

U never wrote a loop

#

Or what

orchid frigate
#

I have

#

But why would I need it to be less then the height

barren shale
#

Ok so the height of the array is 3 right ?

orchid frigate
#

Mine is more but correct

barren shale
#

Ok so three indices

#

First one is 0

#

Second one is 1

#

Third one is 2

#

Theres no 3

#

:o

orchid frigate
#

Oh

#

I can't count

barren shale
orchid frigate
barren shale
#

..
o

#

. .
O

orchid frigate
#

:0

barren shale
#

:( )

orchid frigate
#

:( )

barren shale
#

. .

|. |
|. |
|. |

.
#

Wtf

orchid frigate
#

Ah yes

barren shale
#

Oh lol

orchid frigate
#

Beautiful

barren shale
#

Xd

orchid frigate
#

As all things should be

barren shale
#

I didnt know u could underline a line

orchid frigate
#

XD

barren shale
#

-

orchid frigate
#

How could you underline an underlined line

barren shale
#

-----

#

You cant underline an underlined line

#

Sad

#

+

orchid frigate
barren shale
#

±

orchid frigate
#

I'm gonna code a way to do that

barren shale
#

±

orchid frigate
barren shale
#

—_–

#

±±±±
—_–

#

Noo

orchid frigate
#

While experimentijg with the for loops

#

I accidentally made a way to make rain in the console

barren shale
orchid frigate
#

The entire console was filled with randomly places vertical lines

knotty root
#

Hi

orchid frigate
#

Taht looked like rain

#

Hello

#

I did that while trying to create a tic tac. Toe game

knotty root
#

Im not a coder but i always wanted to be xD

orchid frigate
#

Nice, if you wanna start learning code I wish you good luck because it's alot of reading and researching

#

If you have any questions you can ask them here

#

And this chat is generally about coding

knotty root
#

I tried unity for my 1st time and coded in c# from a 3 hour toturial i actully had full control of unity program but i didint know how to code becuse when i tried codeing i did exactly what he did but it didint work at all

orchid frigate
#

Hmmm can you show me the code

#

I will try to help

knotty root
#

It was long time ago but ill search it real quick

orchid frigate
#

Unity is a pretty good start for.learning to code, I learned basic c# through unity

knotty root
#

Look at dm

#

I did that exactly

#

Didint work tho

orchid frigate
#

I mean

#

That's litteorly the start of every script

#

There is nothing in it to work

#

There is no code

knotty root
#

Idk lol he added a code when he clicks

#

The

#

Entities

#

It changes the color

#

Of it

orchid frigate
#

Uhhh

#

I don't think I understood, did he type anything else in that script?

knotty root
#

One sec lemme see

orchid frigate
#

Because there is nothing in that script to actually do anything

knotty root
#

Oh theree

orchid frigate
#

It's pretty much blank

knotty root
#

U see

#

?

orchid frigate
#

Ah well that makes sense

#

Also you can also send them here

#

You don't have to send them to me

knotty root
#

I dont have perms

#

XD

orchid frigate
#

Oh

#

Right

#

I never liked that perms thing but sadly it's necessary

knotty root
#

Yep not all pepole are good some pepole ruin servers

#

Any way i typed that code

#

It didint wok tho

orchid frigate
#

I mean i wouldn't type it that way but I guess it works

#

Try this if you can

#

Lemme just type it

knotty root
#

I dont have unity on my computer rn

orchid frigate
#

Oh well

knotty root
#

Put type it

#

But

#

Lemme see

orchid frigate
#
void Update(){
      If(Input.GetMouseButtonDown(0)).  {
      GetComponent<SpriteRender>.color = Color.Red;
 }
}
#

Damn that looks ugly

#

Writing on phone sucks

knotty root
#

Oh my gawd thats so long lol

orchid frigate
#

Anyway it's not a full script

knotty root
#

All of that for a click and change color

orchid frigate
#

Yes

knotty root
#

Wow this takes lots of time

orchid frigate
#

In coding a simple tic tac toe game can take up to 200 lines

knotty root
#

Wtf

#

How long dose it take for big games like apex

orchid frigate
#

Its because you can just tell the computer what a tic tac toe is and tell it to draw it

barren shale
#

Bro

#

This takes 1 second to write

orchid frigate
barren shale
knotty root
#

@orchid frigate welp i feel bad for that coder

orchid frigate
#

It's not just one

#

There were like

#

1000

knotty root
#

Codeing and 3d belender and anamation and good drawing skills

#

Thats pain

orchid frigate
#

That's why a big team of people make games, making GTA 5 on your own is relatively impossible to do alone

knotty root
#

Bruh

#

Now im questioning how

#

Wait you know dani? @orchid frigate

#

That weird coder

orchid frigate
#

Ye

#

I have watched him before

knotty root
#

How dose he make these games in 1 week 2 week

#

Like he makes a nice mobile game in 2 weeks

orchid frigate
#

Well...they are relatively simple

knotty root
#

And it dosent actully suck

barren shale
#

Ever noticed how his game are all about the coding

#

And the graphics is simple

#

That's how

orchid frigate
#

He explains it perfectly

knotty root
#

@barren shale but its like 10k lines of coding

barren shale
#

No

orchid frigate
#

Coding a simple 2d game takes around 2 weeks

barren shale
#

Its like 300

knotty root
#

Now like u seen his car race games?

#

No*

barren shale
#

No

#

But its probably less than 2k lines

knotty root
#

Its 3d

barren shale
#

Which is like 10 hours of work if you know what ur doing

barren shale
orchid frigate
#

Even 10 k lines don't take that long to code

orchid frigate
#

So it's the same

knotty root
#

And he placed over 8 levels and a shop and good mechanics and nice graphics and each level is different and there was difcultty ai

orchid frigate
#

Relatively

#

The same

#

He probably put more time into the game if that's the case

#

Or he worked overnight which most coders do

barren shale
#

I mean 2 weeks for that game

#

Is nothing special

orchid frigate
#

It is for my schedule lol

barren shale
orchid frigate
#

It took me that long to draw a shiny rectangle in openGL

knotty root
#

Welp i might look into codeing

orchid frigate
#

I recommend you first choose in what language

#

Actually...not really....idk

#

Matters what you wanna do I guess

#

If you wanna do game development stuff, learn either c# or c++

#

The more responsible choice would probably be c++ but the c# is also amazing

#

I personally know c# and I love it

barren shale
#

Dont c++

#

Too hard

#

For beginners

orchid frigate
#

C++ looks simple enough Thonk

barren shale
#

Looks

#

Some people say its harder to master than assembly

#

Cuz theres so many things to learn

orchid frigate
#

Hello there jupe

#

I need to start learning c++ at some point

#

Looks useful af

wet girder
#

I wouldn't tell beginners what not to learn other than very low level languages. It's annoying when everyone tells not to learn something, it's more important to have intrest in the topic they start learning and if it involves c++ they should go for it

barren shale
#

You gotta learn loops first

#

Im trying to not make him hate coding u know

wet girder
#

lol

orchid frigate
#

Me and my 20. Minutes of coding a day take offense to that

wet girder
#

20 is better than none ya know

#

you'll learn slowly but atleast you learn

orchid frigate
#

True

#

Plus I know loops I even use nested loops Hamza

barren shale
#

Clearly you do

orchid frigate
#

Yes

barren shale
#

Loop over a 69 dimensions array den

wet girder
#

why'd anyone beed 69 dimensional array

orchid frigate
#

Give me a few thousand years to write that and then I will show you

barren shale
#

Minecraft 69D 😳

orchid frigate
#

I used 9 dimensional array to create a tic tac toe board that ended up not working because I put a , and not a ; on the for loop

barren shale
#

9 dimensionshagrid

orchid frigate
#

Ye

wet girder
#

why tf

orchid frigate
#

Wait

#

Wrong thing

#

I was thinking of a different concept lol

#

I saw that @barren shale

#

And I want you to make it

barren shale
#

Saw what

orchid frigate
#

The 9d Minecraft

barren shale
#

No im not

orchid frigate
#

Who did

barren shale
#

I can barely do 2d

orchid frigate
#

I will make 9d Minecraft

#

Then

#

With multiverse time travel and....

#

What else is there in 9d

wet girder
orchid frigate
#

Indian people explain things very well, it's just sometimes I don't understand them lol

barren shale
#

Indian guy says sorry for bad english

#

Then proceeds to say words even Shakespeare doesnt know the meaning of

orchid frigate
#

True

wet girder
#

making 9d array in c++ would be like

data_type array_name[int][int][int][int][int][int][int][int][int];```
#

I've never heard anyone use anything bigger than 3d arrays

barren shale
#

Imagine not having [,]

orchid frigate
#

I did it like this

String [,] Map = 
{
     {"","","","v",""},
     {"H","h","h","v","h"},
     {"","","","v",""},
     {"H","h","h","v","h"},
     {"","","","v",""},
     {"","","","v",""};
    //This map sucks lol
    
}
#

Wait

#

There

#

Or actually

wet girder
#

that's one dimensional array lol

orchid frigate
#

Good point

orchid frigate
#

😳

barren shale
orchid frigate
#

Also does hengine have a physics engine

barren shale
#

Not yet

orchid frigate
#

What would it need in reality

#

Collison

#

Gravity

#

Uhhh

#

Thats it

orchid frigate
#

Hamza will be disappointed in me

#

My ai script for the tic tac toe game is 200 lines of repeating if statements

#

😔

wet girder
#

if human brains would have code in them it'd probably be mostly if statements so sounds correct lol

orchid frigate
#

I'm sure I could have made it smaller plus the entire project look like someone just slapped a whole bunch of loops and if and else statements and called it the day

#

Doesn't even work because something something AI and refreshing the console doesn't work

barren shale
#

Use minimaxing

#

Makes it play perfectly

#

Because TicTacToe has a maximum depth of 9

#

And 9 maximum moves

#

So its pretty simple for a minimaxing algorithm to solve

#

@orchid frigate wanna do a 1v1

#

My ai vs urs

barren shale
#

Thats how machine learning works

#

You probably know that already

wet girder
#

tru

barren shale
#

Ive taught a neural network to learn snake

#

Using python

#

But machine learning on cpu is very slow

#

Took hours for it to play okey

wet girder
#

lol, wouldn't probably be fast on GeForce gtx 1080 either

barren shale
#

It would

#

GPUs are much faster for training

#

Way way faster

wet girder
#

hmm ye tru

barren shale
#

Its sometimes 10 times faster

#

Because of cuda cores

#

And new gpus now have tensor cores

#

Which are specifically for machine learning

#

And thats why i want a 3060 TI

#

Its cheap and has a shit ton of tensor cores

wet girder
#

well not cheap at the moment lol

#

Someone's selling it in Finnish ebay for 900€

barren shale
#

We already have some in stock in syria

#

Because not a lot of people have the money to buy them

#

I think i saw a picture on reddit of a store in Indonesia

#

Full of rtx 30 series

#

Like 30 gpus

#

Or even more

orchid frigate
#

Because it's not really an ai, it's just a bot writing things that I pre made xzibit

barren shale
#

So

#

Do you want

#

Or u scared

#

@orchid frigate ill even give u the first move

orchid frigate
#

I need to write it first

#

And I'm on phone

#

So give me a few...thousand years

barren shale
#

I wrote mine on phone too

#

I thought u already did it

orchid frigate
#

How long is the code

#

I started over

barren shale
#

For the bot ?

orchid frigate
#

Because the previous code looked fucking awful

orchid frigate
barren shale
#

Around a 150 lines

#

A bit less

orchid frigate
#

What is it filled with

barren shale
#

Minimaxing algorithm

orchid frigate
#

I want to compare it to mine

orchid frigate
#

Ah yes

#

I definitely know how to code that

barren shale
orchid frigate
#

So easy to code

#

Actually...I guess it wouldn't be that hard...wait

#

No no it's still hard

#

So because I want to compare code could you please like share some of it so that I can
..compare it

#

I won't steal it

#

fully

barren shale
#

Im fixing a bit

wet girder
#

I'm watching Eurovision atm and everytime there's a bad song I just come to read this lol

orchid frigate
#

Lmao

#

Bulgaria's song isn't all that great this year

wet girder
#

yeaj

orchid frigate
#

Atleats from what I heard

barren shale
#

Here u go

wet girder
#

my favorites are san marino, Iceland and Finland

barren shale
#

Its 200 lines

orchid frigate
#

But the Finnish song was pretty nice

barren shale
#

But i have things that are unnecessary

#

But this isnt normal minimaxing

wet girder
#

ooh it's france now

barren shale
#

This is negamaxing with alphabeta pruning and transposition tables

orchid frigate
#

Ah yes

#

Totally understood that code

barren shale
#

Git gud nub

#

Tell me when ur bot is ready

#

So we can 1v1

#

See whose bot is superior

orchid frigate
#

my 20 minutes of using openGL didn't prepare me for this

barren shale
orchid frigate
#

I...know what vbo is

barren shale
#

@fierce epoch is your bot ready yet

orchid frigate
#

I bet you don't know that

barren shale
#

Or do u need 5 more years

barren shale
#

A week ago

fierce epoch
#

shut up

orchid frigate
#

I...

#

Why is Hamza so mean sadcat

fierce epoch
#

fuck hamza

#

everyone hated hamza

orchid frigate
#

No no no

barren shale
orchid frigate
#

Uni

fierce epoch
#

and everyone continue to

orchid frigate
#

Be nice

barren shale
#

I was asking nicely

#

If you finished ur bot

orchid frigate
#

You two

barren shale
#

Now u bully me

orchid frigate
#

Be nice to each other

barren shale
#

Im always nice

fierce epoch
#

no

barren shale
#

Idk why maddox be rude

fierce epoch
#

i get daily bullied

barren shale
fierce epoch
#

u

barren shale
#

Whos u

orchid frigate
#

Hamza

#

Do you bully uni

barren shale
#

U does tho

orchid frigate
#

Anyway

#

So

barren shale
#

I love maddox

#

No homo

orchid frigate
#

I bet you don't know what GL_TRIANGLES IS

barren shale
#

I dont

fierce epoch
#

hamza

barren shale
#

Probably some useless thing

fierce epoch
#

u hate me

orchid frigate
#

Finally

fierce epoch
#

i hate u

#

u insult me

#

i insult u

barren shale
barren shale
orchid frigate
barren shale
#

I luff maddox <3

orchid frigate
#

Not that you would know Mr nub

barren shale
#

Yes thats me

#

Its very usefull

#

In none 2d Minecraft situations

orchid frigate
#

You forgot the 😳 After Minecraft

barren shale
#

Ahh shit my bad 😳

orchid frigate
#

Anyway so your tic tac toe bot is very easy to make

#

Because I'm a pro

#

It doesn't even have an if statement for every situation

#

Cringe

#

Couldn't be mine

barren shale
orchid frigate
#

Only pros rewrite the same thing 3000 times for it to end up not working

barren shale
#

Actually

#

My bot has an if statement for every situation

orchid frigate
barren shale
#

It just loops over the situations in a for loop

#

And checks with an if statement

fierce epoch
#

hamza

#

u suck

orchid frigate
#

No

#

Uhhh Ni

north dune
fierce epoch
#

u suck u suck u suck u suck u suck u suck u suck u suck u suck

orchid frigate
#

Uni*

barren shale
#

If this situation is better than best situation

orchid frigate
#

Uni please

fierce epoch
#

hamza

#

stop

orchid frigate
#

Be nice

fierce epoch
#

pining

#

me

fierce epoch
#

pigning

#

pingigpdzà

#

g)b$ézt'"egfdsjµbqâzjvr

keen shell
fierce epoch
#

wait

barren shale
#

Ehy people are rude to me

#

When im nice to them

orchid frigate
#

Because I have an if statement for every situation

barren shale
#

Ofc its not

orchid frigate
#

Taht is premade

#

Meaning that if I haven't added it...

#

It will be bugged

barren shale
#

Theres only 29 situations

#

So thats not a lot

#

Codys art might be longer than that

orchid frigate
#

Yes but remember

#

For every situation

#

I have to write a couple of if statements

#

Liek 8

#

9*

barren shale
orchid frigate
#

Meaning that

#

9*27 = 213

barren shale
#

Very efficient i must say

orchid frigate
#

213 if statements

#

And remember

#

That it has to go their them all every time it's turn is on

#

And it's on phone

barren shale
#

Its gonna be fast

#

Dont worry

#

213 if statements will take less than 1 sec

#

Make sure u use else if

#

So its faster

orchid frigate
#

No

barren shale
orchid frigate
#

Im gonna use while just to piss someone that makes fast code off

barren shale
#

Who could that be ?

orchid frigate
#

Yours is medium fastness

#

Or it's fast...

#

Idk

barren shale
#

The guy that spent hours implementing alpha beta pruning and transposition tables to make it a. Bit faster ?

#

Mine solves the game in milliseconds

orchid frigate
#

Who makes the fastest code in the world

orchid frigate
#

Imagine not solving the game in Planck seconds

#

Or you could make it solve in a few seconds using if statements attractive

#

Wait...

#

If we apply my logic to making a chess AI...

#

Oh god

barren shale
#

I just checked

#

Its 7 milliseconds per move

orchid frigate
#

Over 10^120 if statements

#

Or I guessess

barren shale
orchid frigate
#

Less*

#

Because real chess has 10^40 possible moves

#

So it's 10^40 if statements

barren shale
#

Oh nice

#

Now its less impossible

orchid frigate
#

Will that be fast?

barren shale
#

It will take a couple of millions of years

#

Per move

#

Idk why people use minimax

#

When u can use if statements

orchid frigate
#

Yes

#

Minimaxing more like

#

Slowmaxing

barren shale
#

Only 7ms per move

#

Thats rookie numbers

orchid frigate
#

200000y per move

#

Now that amazing

#

I wonder if a supercomputer would run this better

#

This could be the new chess bot meta if it does

barren shale
barren shale
orchid frigate
#

Well

#

It's an improvement

#

It would almost be completely unplayable

#

And not why tho level

barren shale
#

Ill go to sleep

#

Ur bot should be ready by tomorrow

#

To lose

#

I mean ein

orchid frigate
#

Oh no

#

I don't have enough

#

Time to write

#

218 if statements

main brook
#

hm yes

#

wait

#

no elseif?

#

hm this is an avenger level threat

#

huh

#

sublime text 4 is released

#

stable one

barren shale
#

would you like to purchase a license now?

main brook
#

probably not

#

everytime i save

#

its like trying to open rar

#

WouLd YOU LiEK To BUy WiNrAR

#

that's when i moved to command line unzip

barren shale
#

But winrar is actually free

main brook
#

yes

#

just the license

#

ig

#

i like UI better than GUI

#

idk why

#

same goes how i like to use ffmpeg than program that turn mp4 to mp3

barren shale
#

Which is the same thing

main brook
#

yes

#

except without the GUI

#

i like being more not bloated

#

also the program is shit

#

when im not focusing on the program

#

the program restarts

barren shale
#

Then make a better one

main brook
#

i dont know how to make a GUI

#

that's an issue

barren shale
#

Use C#

main brook
#

oh wait i actually know how

barren shale
#

Windows forms

main brook
#

but im lazy

barren shale
#

Its drag and drop

main brook
#

how am i supposed to use C#

barren shale
#

C# is easy to use

#

And its close to c++

main brook
#

ooo

#

probably gonna use it soon

barren shale
#

Its really good

#

For applications

main brook
#

(also congrats to me for migrating programming on phone to my mom laptop)

barren shale
main brook
#

like

barren shale
#

Windows forms are only windows

main brook
#

shit

barren shale
#

Ur moms laptop is a mac ?

main brook
#

no

#

its windows

#

but it lack system

#

can't even install Visual studio 2015

barren shale
#

Its slow ?

main brook
#

no

#

(it have 2gb ram so technically yes)

#

but nonetheless

barren shale
#

I mean ram isnt a big deal

main brook
#

its good

barren shale
#

Just get a ram stick

#

Its like 20$

#

For an 8 gb

main brook
#

hey you dont have a house just buy a house!

barren shale
#

We dont compare a 20$ ram stick to a house

main brook
#

$20 is like 10% of my mom wage

barren shale
#

Then go get a part time

main brook
#

im not allowed

#

funny enough

#

my brother got 8gb ram

#

for like $40

#

because he's using it for

#

school

barren shale
#

Might be a pc stick tho

#

Theyre more expensive

left portal
#

C# < C++

main brook
#

no

left portal
#

👀

main brook
#

nobody actually cars

#

cars

barren shale
#

Shakin that opinion

main brook
#

Hey guys lua is best language! \s

left portal
barren shale
#

I use binary

main brook
#

fools

barren shale
#

Bestest language

main brook
#

i use the electric current

barren shale
#

01000011110101110110011110011

main brook
#

jokes on you

barren shale
main brook
#

i use atoms to codd

#

shit

#

lmao

#

same idea

barren shale
#

I said it first

#

Go away

main brook
#

then i shall use

#

the power of

#

dark energy

#

but they're not normal source of energy meaning they can't be merged to make electricity

#

shit

#

you win

#

bye then

barren shale
#

😳

orchid frigate
#

Best programming language is English guys

barren shale
#

:o

north dune
orchid frigate
#

I have seen code written in Russian

#

Lemme find it

north dune
#

oh wow

orchid frigate
#

I'm guessing that иначе is else

north dune
#

BCE; is break

orchid frigate
#

But I have no idea about most of the other code

north dune
#

case or break i think, but yeah i cant tell about anything else lmao

orchid frigate
#

Функ is function

#

Probably

north dune
#

switch?

orchid frigate
#

No probably else, because иначе in Bulgarian is else and russian is very similar to Bulgaria

north dune
#

ooo alright

orchid frigate
#

This does not look fun to write

north dune
#

seeing if and else without brackets

#

ew

orchid frigate
#

Eww

#

Если might be if

north dune
#

BblBOA

#

BblXOA

#

strange lol

orchid frigate
#

Damn I don't know how to spell that on a keyboard even in Bulgarian lol

#

Вьиход

#

Something along does lines

north dune
#

thats almost it

#

the bl is something special

#

thats cool though

#

didnt actually know code could be in something other than english

orchid frigate
#

This might be like console.writeline

#

This language is called rapira

#

I think

#

I wonder what language it compiles to

north dune
#

C# is written in C#; C# is a language in and of itself. You can name your variables whatever you want, but reserved words are C#, not English, Spanish, or any other language.

Take the word for the type "int" (or Int32). You can't say that "int" is an English word; no English speaking person really uses the word Int32 to talk about an integer. Or how about the phrase "do while"? No one says: "Hey Bobby, do task x while the time is less than 5pm".

#

lol

#

googled if c# could be written in spanish or something else

#

didnt really consider it a standalone language

orchid frigate
#

I say words as intshagrid

north dune
#

yeah i kinda figured int was english too

#

but i guess not

#

int, float, doubles, people dont refer to numbers like this usually

orchid frigate
#

Repira is also a very old language

north dune
#

and i wouldnt either unless its got context lol

quick ferry
#

Of course Integer is english.

north dune
#

but "int" is not

#

we do not write "integer" in c#

sleek ridge
quick ferry
#

Short form, same thing.

orchid frigate
#

I wrote it in Bulgarian

north dune
#

yeah true

orchid frigate
#

Rapira was made in 1987

sleek ridge
quick ferry
#

You could define all the control words in another language in C/C++, but it might cause a huge mess.

north dune
orchid frigate
#

"hey Bobby, do task give me salt while my dinner is still warm"

quick ferry
#

That would leave Bobby continuously giving you salt until the dinner finally cooled down.

orchid frigate
#

I will end up the most salt rich man alive

orchid frigate
quick ferry
#

True.

barren shale
#

I mean u just have to translate the methods

#

And make them reference the english methods

#

Not that hard to do tbh

#

Its just a lot of easy work

orchid frigate
#

I CAN FOKIN LOOP @barren shale

#

I can even nested loop

orchid frigate
#

I will make such a great game

#

You will be like

#

"this Minecraft 2d 😳 Is so much better then mine"

orchid frigate
#

Doubt one more time and I will put you in a while(true) loop

barren shale
#

Nou

main brook
#

uninstalled ubuntu

#

since it took like 2gb of my phone storage

#

apparently redis automatically set your key to have infinite lifespan

#

yet i still explicitly make it immortal

barren shale
#

You use redis for performance

#

Then proceed to do something useless

orchid frigate
main brook
#

that's me

#

i wanna make my own database doe

#

but i dont know crap about sharding

astral basin
#

LMAO

wet girder
#

lmao

barren shale
#

Whats funny

#

Its not loading

#

Oh lol

#

Yes never update unity while working on something

#

10 min break be like:
smol

#

Break is over

#

Wtf

#

That was fast sadcat

main brook
#

never even used unity

orchid frigate
#

Unity is bad
This post was made by HEngine and eternal Engine gang

main brook
#

All engine bad

#

This post was made by game made with raw codes gang

orchid frigate
#

Making your own engine is just that

#

Which me and Hamza are doing

#

HEngine is for Minecraft 2D😳

#

And eternal engine is for roguelikes

barren shale
#

Raw code is basically a single use engine

orchid frigate
#

Raw engine is an engine that isn't medium rare

wet girder
orchid frigate
#

Ah well welcome to the game engine club

#

To sign in name your engine

barren shale
#

Soup engine

orchid frigate
wet girder
#

lmao, that's actually a good name

#

Jupe the coding turtle, creator of the Soup Engine

#

sounds epic

barren shale
orchid frigate
#

noted

main brook
#

am i allowed to make an abomination

barren shale
#

Making an abomination is common in the coding community

main brook
#

good answer

#

i shall make my abomination

#

refined version

#

with less memory usage

main brook
#

should i use unix domain socket

#

or just normal tcp

orchid frigate
#

Hmmm

#

I might do my engine in both c# and rust