I have to code a game that "includes at least 3 levels; have penalties; record, and edit, user health"

I have to code a game that "includes at least 3 levels; have penalties; record, and edit, user health"
it only has to be extremely basic like space invaders or something. problem is i have no idea how to do this and dont want to fail this class.
can anyone help me please?

Attached: irredescent.jpg (1500x1125, 2.65M)

Other urls found in this thread:

pastebin.com/vnE28A5U
streamable.com/ljvmw
twitter.com/SFWRedditVideos

no

AHAHAHAHAHAHAHAHA

fuck you help me please please please

only if you pay me

okay sure

I did this in highschool by myself, figure it out retard.

Attached: 1527744899610.png (471x411, 113K)

fuck you

Make a space invaders

i'm waiting

Hahaha enjoy your C average.

Attached: 1420132642945.jpg (1920x1080, 110K)

paypal? or do you want to exchange details first?

im not going to get a C im going to fail because i know jack shit about coding

You know that if you graduate, you're supposed to find a job in that field, and then you can't pay people to do it for you anymore?

So did I but I'm a white person with an IQ over 70 so I figured it out within a few hours just fine.

what language is it in?

You're wrong even if he won't ever find a job. There's a thing called delegating and it's actively encouraged by employers because it takes the cost off them when they find out who you're contracting out to and hire them over you.

python but javascript is okay

If you want I can give you the code for a shitty pygame pong game I made a few months ago

yes please that would be greatly appreciated

pastebin.com/vnE28A5U
You'll have to change the AI behaviour a bit otherwise it's impossible to win

thank you so much i appreciate this alot. sending good karma your way

nice virus

also worst thread on /g

just take a look at sfml and c++, you won't have to pay anyone retard

unity if your a onions

Haxx my anus

>problem is i have no idea how to do this
Then why are you in this class?

please be baiting

how much would you be willing to pay?
i could simplify my space invaders 3d remake and strip it of some of the 2d art assets and music so it's more convincing and then send you the unity project file + compiled win/mac builds.

other than paying someone to do this for you i don't see a way around learning it yourself.

vid:
streamable.com/ljvmw

I'm guessing he's not majoring in anything relating to computers, probably some mandatory basic programming class
at least I hope

Here's the basics of implementing something like that you brain dead nigger

>includes at least 3 levels
create a simple scene system. say you're doing space invaders or something, the level object should contain an array of aliens present in the scene (with relevant data pertaining to them), have some counter that increments, changing the active scene every increment, here's some shitty psudo code of what that might look like
class scene {
aliens[]
constructor(aliens[]) {
this.aliens = aliens
// just pass in an array with the alien setup
}
}

class Alien {
sprite
x, y
constructor(sprite, x, y) {
this.sprite = sprite
this.x = x
this.y = y
}
}

Scene currentScene = Scene(new Aliens[]) // data here
// maybe in the loop, do a count of the size of the array, if it's equal to zero, set currentScene equal to a new scene

On that scene, loop through your array of aliens. render accordingly
> have penalties; record, and edit, user health
I'm assuming record means just print to the console, but easy
class Player {
health
x, y
}

class Bullet {
x, y
}

gameLoop() {
// have the player shoot bullets, maybe one at a time to make things easy, loop through the enemy array every frame, check if any bullet's cords are the same as an enemies cords (shit detection but it'll work)
// also have enemies shoot bullets, same check but reversed, if there's a hit, lower the player's health, print that value
}

I'm not anywhere near a game dev, but that should be the basic idea, good luck, try to become a white man!

Attached: 1544158314028.png (1920x1080, 2.07M)

demand a refund for your 'education'
also go yell at your parents for not aborting a retard who cant even search web

I'll unironically do it for money.
Like 200$

Attached: 1384191979907.jpg (1280x720, 47K)

>im going to fail because i know jack shit about coding
sounds about right