Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,162,738 members, 7,851,539 topics. Date: Wednesday, 05 June 2024 at 10:00 PM

How To Make A Game With Processing (game Development) - Webmasters - Nairaland

Nairaland Forum / Science/Technology / Webmasters / How To Make A Game With Processing (game Development) (656 Views)

How To Make A Game With Processing (game Development) / How To Make A Game With Processing (game Development) / How To Make A Game With Processing (game Development) (2) (3) (4)

(1) (Reply)

How To Make A Game With Processing (game Development) by FincoApps(m): 1:59pm On Aug 29, 2019
In this tutorial, we would be going into game development by creating a simple game using Processing IDE. The game features a bouncing ball with a Paddle to catch the bouncing ball. In order to understand this tutorial, you need to have a basic knowledge of programming, preferably in Java.
For this game development tutorial, you would need to download Processing IDE from Processing Website
Here’s what you are going to be creating

 
First of all before we begin, I’ll like to say “If you are already a programmer, it’s very normal for your mind to think you cannot go on with a game development project all because it seems too complex”. But for me, the way I overcome such thoughts is I decide to break the project down to steps and just start. If I get stuck in a step, I’ll seek help for that step.
The first step in game development in processsing is to create the skeleton of the game, so open processing and type in following




Java


void setup()
{
}

void draw()
{

}




12345678

void setup(){} void draw(){ }





 
The first method above which is the setup() method is executed once, so basically code that you wish to execute just once should go there. (These are mainly codes that initialize variables or instantiate classes).
The second method which is the draw() method is executed continuously, so code that you wish to execute repeatedly should go here (Basically the visible items or items that are drawn on the screen go here.).
Next step is to s... Read more at https://fincoapps.com/how-to-create-a-simple-game-with-processing/

(1) (Reply)

Domain Names For Sell !!! / Web Developer / My Posts Don't Appear Under The Right Categories On Desktop View

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 13
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.