Give me one reason why I shouldn't make my loli platformer on C?

Give me one reason why I shouldn't make my loli platformer on C?

Attached: apu.jpg (636x515, 38K)

Other urls found in this thread:

love2d.org
twitter.com/AnonBabble

Because you don't want it to have buffer overflows.

unless you're making lolis with bouncy tits there's no need for that level of performance.

because oop and games are like pb and j

Because you're a dumb frogposter.

do you want to use C or actually finish your geimu?

Attached: megumin.jpg (1080x1349, 160K)

You should use lua (löve)

this, oop is hugely useful for games. use c++ if you want to write an engine from scratch

>you can't code a game using FP and procedural
>have to use POO like a good pajeet
lmao curry shitters.

OOP is shit and will make your code shit. C is the one true language.

Because it's 2017+1 and you should be using C++17. The 1980s are over.

No one forces you to use OOP in C++

People say want to made video game never do anything and build your own engine, use low level language or build 3D game is way People avoid get things done.

Use Love
love2d.org

Use C++ so your filenames will have .cp like your game

You can go assembly instead for better optimization

Machine code is the only way to go.

stop listening to Jow Forums fizzbuzzers and program in whatever language you want
language doesn't matter, using C wont make you a 1337 hax0r

Attached: layers of sexism.png (599x598, 248K)

You should though. C will help you to better take advantage of older weaker hardware, and you should be writing your loli platformer for the Game Boy or Game Boy Advance for additional comfy factor.

>not welding the game into a custom chip

>he thinks he can write more optimal machine code than his compiler

Attached: brainlet.png (621x702, 56K)

Attached: 01.jpg (623x431, 54K)

Get your rollercoast tycoon on user. Write the entire damn thing in x86 assembler.

You actually should. This way you will never finish it and I don't have to see it on /agdg/.

You clearly have no clue about video game programming if you want to use functional. Changing states is an absolute nightmare

this

You don't need the performance of C for a simple computer game and sane behavior like array bounds checking will speed up the development.

>loli

Attached: r9eo7joygwu01.png (1024x865, 927K)

Keep decent languages clean from gook trash. Use Swift you fucking weeb. You'll be able to name your variables with kanji with it.

Use c++ but just use C shit where it makes more sense. Thats one cool thing about c++, its kinda two langs in one.