This is your head programmer for your game

This is your head programmer for your game

Other urls found in this thread:

doki.co/2017/07/10/new-game-chapter-46/
amzn.asia/cpy57Ic
youtube.com/watch?v=gfkTfcpWqAY
en.wikipedia.org/wiki/List_of_Unreal_Engine_games#Unreal_Engine_3
twitter.com/NSFWRedditGif

Oh no.

>nenechi
Someone pass the bleach

...

Oh yes.

I wish.

Not once I demote her and put somebody competent in her place.

>cd code
>cd..
>cd..
>cd ..
>ls
>cd code
>cd ..
>cd ..

Is it a h-game?

Kloss pls.

anal sex with nenecchi while aoba watches in fear knowing she's next

I finally realized why I love that pouty face that nene does

You're a bit slow aren't you?

Dandy.

Dandy.

Eh? Did someone mention my name? Yeah, I'd rather die of overworking than bring my black company the shame of a delayed game.
Dandy. Dandy.

>that code

>doki.co/2017/07/10/new-game-chapter-46/
Why they are so gay?
It looks Hifumi is really a lesbo here.
Or the author decided to rump the gayness up due to anime success?

More like it looks like Hifumi is not really an autist there.

I wouldn't trust her to code Pong without having it crash every 10 seconds.

What a cutie

Holy shit Kou is more dense than a harem protagonist.

This chapter came out way before the anime was even announced.

Not entirely sure if this is the right place to ask, but is it episode 1 or 2 that's going to be airing on the 11th?

1

Sheeit
I almost got my hopes up

Cool. I'm making a tentacle/anal/loli/scat/rape porn game. Hope she has fun brainstorming scenarios and mechanics with me.

amzn.asia/cpy57Ic

Holy shit it's real.

I'm designing the next Thief game, and I'm going to dock her pay.

a>159623621
self insert show get owned

My little coder can't be this cute!

What did he mean by this?

Using debug assertions isn't a bad thing

We're doomed!

"We will be using the NeneEngine for your project."
FFFUUUUUUUUUUUCK!!!

...

Why would I step down and let someone less competent take my place?

WOMEN GET OUT OF MY VIDYA!
REEEEEEEEEEEEEEEEEEEEEEE

Kill yourself.

I hate when people write their brackets like that

Can someone explain to me how nips code when they can barely speak english, never mind write it

And I like it

>DestroyMe

>aoba in fear
>knowing she's next
You mean she's in fear thinking she's not next?

They learn what they need to know to do their job.

It's the default style for Visual Studio, so you better get used to seeing it.

My god Rin is a fucking bitch, glad she's getting cucked by dleicious french brownie.

Of all the fucking things you could complain about in her code, you chose that?

It was the first thing that stuck out for me

...

Every time I see code I get depressed because I can't program and am too dumb to learn how to program.

Just keep at it user. There comes a point where it just clicks.

Game dev is very fun but if you aren't in a big gaming company, your pay sucks ass

Your instructor is right. If you're not literally sub 90 IQ, you're not too stupid but maybe too lazy. "keep at it" doesn't mean "keep reading textbooks until you understand". Instead, find a nice little project and just start writing code. Learning by doing, can't do it any other way. Once you've got a basic understanding, start reading code written by people who actually know what they're doing to pick up best practices.

Much like Java, C# is a really good language to get started with, by the way. Its beginner friendly but if you get more advanced, you can do cool stuff like:

> Generics and Type Paramers/Objects
> Delegates
> Func
> Lambdas
> Inner Classes
> Partial Classes
> Extension Methods
> Indexers
> Nullable Types
> LINQ with Select, SelectMany, Aggregate, Any, ...

Not the guy you're replying to but do you know any sites that teach these stuff in a way that doesn't assume that readers would know all the technical terms? Sometimes when I try to learn from programming sites I'd understand the code more than whatever the fuck the writer is trying to explain.

>someone on Sup Forums actually recommending C#
Wow, I thought all of you are gnucucks

Some tutorials tend to be like that. I don't have any specific recommendations at hand, but I'm sure any YouTube beginner tutorial will do. Maybe something like this for C#:
youtube.com/watch?v=gfkTfcpWqAY

I think learning with YouTube tutorials is great, because if you have a question about something there's a 99% chance somebody already asked it in the comments.

Good subs when

Tomorrow

The google translate subs have been redone twice now, surely they're acceptable by this point

To be honest, as someone with a literal degree in programming most programming lessons are garbage past a simple explanation of terms. Nothing beats out starting with a small, brutally simple project and just trying to make it work. Look at the documentation for the language itself to figure out how to do parts you don't know how to do.

You said you've had a class, what was the first topic that it felt like you didn't really understand?

Somehow I'm still wary. And don't call me Shirley.

is anyone else getting their immersion broken by dumb anime girls learning how to program?

Honestly [2nd] seemed fine to me, Cheryl

it's 75% logic and 25% english

Sounds like a problem on your end buddy.

Would you rather have Todd or Nenechi?

I was hoping for written tutorials since reading would be faster than watching an entire video playlist but you do have a good point about reading the comments for questions that I might have. Thanks. I'll try these out.

What kind of project would you recommend? Something that's simple at the start but can be expanded into something complex would be great. Also I'm not the user who failed his exam. I'm doing well in my classes but they pretty much just teach some basic shit so I'd need to learn on my own in order to be decent in programming.

And of all languages she could have learned, she goes with fucking sepples. I dont get it. Is she supposed to be smart or stupid? Honestly doesn't make sense desu

If you want something that starts out simple and gets more complex, try making a dice rolling program. Start with just rolling dice of fixed size. Then variable size. Then taking user input of what size dice to roll. Variable amount of dice. Tabletop style rolling, like 4d6 drop lowest. 4d6 drop lowest reroll 1s. Automate any of the calculation in tabletop to get damage numbers.

If you want a real fun time, try doing it in straight C later.

At the start, you're going to laugh because it's stupid easy. At the end, you'll be cursing my name as you try to figure out what wizard figured out tokenization and how you can steal their secrets.

It's not going to be ntr. At most it will just be motivation to make rin be more aggressive in achieving her wife.

So basically make her even more of a jelaous bitch. Disgusting.

No, make her actually finally eat her taco.

You absolutely can learn, user.

Why does that matter exactly? Every company has some form of style guide. Unless you are a student where the code you write truly doesn't matter, you probably will need to change the defaults on VS to match company standards.

most people in the game industry use C++, genius

Just keep at it, user. Code simple shit and get use to it. Also, try to read the code from the top-down as a sort of step-by-step process. I can't recommend practice projects, but that's what I did.

Can we replace her?

Is there a version of the "you can't learn Japanese" image but for programming?

Obviously depends on the engine. Honestly though, if you're a decent programmer you'll be able to pick up any language fairly quick. What's important is understanding concepts and design patterns, and they tend to be the same in most modern OOP languages.

better coder than more than 99% of Sup Forums desu

only indies use 'engines' where they code in scripting languages like C#, the real game industry uses C++ 90% of the time

Pretty much all games use engines. But companies develop their engines in house, that's all. Also, quite a few big names use commercial engines like unity and unreal.

This show makes me wish I had a group of office friends who I could go drinking with after work
The pain

are there going to be more jun collages?

I sure hope so

Oh yeah, just look at all these 'indie' games.
en.wikipedia.org/wiki/List_of_Unreal_Engine_games#Unreal_Engine_3

Besides, even games that do run in house C++ engines are normally not written entirely in C++. For things like text dialog, for instance, it makes a lot more sense to let the writers use a simple scripting language for their job, and then just have the engine interpret the files they produce.

most boring girl

...

Literally me

>Hifumi's keen understanding of facial expressions has given her a warning!

Hifumi is no autist

me too user sometimes people do not understand

If Rin wants Kou why doesn't she just confess?

Pretty sure he's implying non C++ engines aren't "real" engines, hence the quotes, not that engines aren't used. But he also seems to still think about about languages as powerlevels so the statement still isn't worth much

>S1 threads
>cute girl discussion
>S2 threads
>heated programming discussion
What the hell happened?

Because the guy is supposed to confess.

People can't help blogging. If it doesn't go away report the thread for off-topic nonsense.

>languages as power levels
In the land of the C programmers, the one using a hole punch and a stack of Hollerith cards is king.

There was no actual programming seen in the first season, it was all art team stuff.

>king
More like a pharaoh.

Heresy, there is but one God Queen, and her name is Lovelace.