Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,151,615 members, 7,813,021 topics. Date: Tuesday, 30 April 2024 at 04:24 AM

A Call To Game Developers! - Programming - Nairaland

Nairaland Forum / Science/Technology / Programming / A Call To Game Developers! (3121 Views)

Unity3d Developers / Game Developers Showcase What You Are Working On....... / Video Game Developers Nigeria [artists/animators, Programmers, Sound People] / For Game Developers.. (2) (3) (4)

(1) (Reply) (Go Down)

A Call To Game Developers! by Stconvict(m): 11:11am On Aug 23, 2015
I've been following the programming section for quite a while now, and most of the contents I've seen center around web development, app development and database management. I hardly see threads on game dev which is somewhat surprising considering the number of game developers I see elsewhere, so I would like to know if my guys are still in the building or are they too busy debugging engines and reading up physics textbooks?
If you are a game developer (desktop, mobile, console, web, handheld, footheld, anything) and you are passing by, just say hi before you run away. Let the other game nerds know they are not alone here.
Re: A Call To Game Developers! by Aloodunayo: 10:06pm On Aug 24, 2015
Is python good enough for developing games I'm better at programming with Python.
Re: A Call To Game Developers! by Stconvict(m): 10:32pm On Aug 24, 2015
Aloodunayo:
Is python good enough for developing games I'm better at programming with Python.
Depends on the platform and the type of game you want to develop. What platform are you developing for? Is it a 3D or 2D game?
Re: A Call To Game Developers! by BlueMagnificent(m): 5:20am On Aug 25, 2015
Hi grin
Re: A Call To Game Developers! by Chiako3D(m): 9:02am On Aug 25, 2015
Hi,
My name is Chiaka Chima I am a game designer and a graphics designer both in 2D and 3D am the designer of "Deja Vu Game" an Android game available right now in google play store . Just type Deja Vu game in the search bar u will see it there here are my links

Website: http://www.chigraphicalillustrations.com
facebook: s
http://www.facebook.com/chigraphicalillustrations
http://www.facebook.com/Deja Vu game
Or Just search for Chiaka Chima

You guyz are not alone in fact I am looking for guyz that we can work together
I am good at game play design, character design (3d), Game props design (3d) and also an environment designer

1 Like

Re: A Call To Game Developers! by Chiako3D(m): 9:54am On Aug 25, 2015
Hi,
sorry here is my email and phone number

Chiakochima1gman@gmail.com
08079975877
Re: A Call To Game Developers! by Stconvict(m): 11:43am On Aug 25, 2015
BlueMagnificent:
Hi grin
Thanks for hopping by grin
Re: A Call To Game Developers! by Stconvict(m): 11:45am On Aug 25, 2015
Chiako3D:
Hi
Thanks for showing up grin
Re: A Call To Game Developers! by Chiako3D(m): 6:34pm On Aug 25, 2015
Thanks
Re: A Call To Game Developers! by Chiako3D(m): 6:36pm On Aug 25, 2015
So what I your mind now?
Re: A Call To Game Developers! by Stconvict(m): 6:51pm On Aug 25, 2015
Chiako3D:
So what I your mind now?
I'm actually joining up with BlueMagnificent's opensource project.
Currently dirtying my hands in Urho3D. grin
You can also start yours, opensource or private, I will gladly contribute.
Everyone that enters the game industry either has a passion for playing games or creating them. I have my own game idea too (which I think will rule the world one day)wink.
Share your idea. And it could the next big thing.
Re: A Call To Game Developers! by megasamuel(m): 7:11pm On Aug 25, 2015
Stconvict:

I'm actually joining up with BlueMagnificent's opensource project.
Currently dirtying my hands in Urho3D. grin
You can also start yours, opensource or private, I will gladly contribute.
Everyone that enters the game industry either has a passion for playing games or creating them. I have my own game idea too (which I think will rule the world one day)wink.
Share your idea. And it could the next big thing.
pls am interested but I program in Java what framework or engine is available for game development and design
Re: A Call To Game Developers! by Stconvict(m): 10:52pm On Aug 25, 2015
megasamuel:
pls am interested but I program in Java what framework or engine is available for game development and design
There is libgdx framework which I'm currently working with. It has a Java interface and has enough documentation to get one started easily. Note that it is not a game engine, so you'll be coding most of your game (or game engine) yourself, however you can use third-party libraries that can help with some jobs (Bullet, Box2D, etc.). The fun thing is that it is open-source (released under an Apache 2 license) and it is cross-platform (Android, iOS, Mac, Linux, Windows, WebGL). wink
Right now I'm using it with Android Studio and the amazing gradle build tool. You can use it with other java-centric IDEs too (Eclipse, IntelliJ IDEA, Netbeans). I will advise you to use an intelliJ product (Android Studio or IDEA), because they are really easy to set up and UI-wise, they will make your life easier.
If you are interested, you can get started here
If you are having problem with setting it up. I'm here to help. smiley
Re: A Call To Game Developers! by Stconvict(m): 11:25pm On Aug 25, 2015
megasamuel:
pls am interested but I program in Java what framework or engine is available for game development and design
I remember you now from another thread.wink
Do you have a pc now? If you don't, maybe there's something we can do about that. cool
I believe AIDE supports LibGDX.
Re: A Call To Game Developers! by megasamuel(m): 3:30pm On Aug 26, 2015
Stconvict:

I remember you now from another thread.wink
Do you have a pc now? If you don't, maybe there's something we can do about that. cool
I believe AIDE supports LibGDX.

I do now thanks... I would do more research with using the LibGDX framework with NetBeans ide
Re: A Call To Game Developers! by Stconvict(m): 4:07pm On Aug 26, 2015
megasamuel:

I do now thanks... I would do more research with using the LibGDX framework with NetBeans ide
Good!grin
There's a complete(?) documentation of LibGDX here.
Netbeans is a good IDE too, however if you hope to debug your game both on Desktop and Android while you work, setting up Android SDK on other IDEs apart from Android Studio can be quite tedious and unnecessary.
Re: A Call To Game Developers! by megasamuel(m): 6:38pm On Aug 26, 2015
Stconvict:

Good!grin
There's a complete(?) documentation of LibGDX here.
Netbeans is a good IDE too, however if you hope to debug your game both on Desktop and Android while you work, setting up Android SDK on other IDEs apart from Android Studio can be quite tedious and unnecessary.
could you please share a recommended link to download android studio and maybe a short usage tutorial thanks again
Re: A Call To Game Developers! by Stconvict(m): 9:45pm On Aug 26, 2015
megasamuel:
could you please share a recommended link to download android studio and maybe a short usage tutorial thanks again
First, you need to book a data plan for this job. 500MB to 2GB (it depends on the android package you download).

Follow this link. Scroll down to the bottom of the page until you see the "All Android Studio Packages" section.

1.) The recommended version (android-studio-bundle-141.2178183-windows.exe) is almost 1.2GB in size. undecided
It comes preloaded with the Android SDK. Just run the .exe file to get everything set up.

2.) the second version (android-studio-ide-141.2178183-windows.exe) is just 322MB in size. Run the executable (.exe) and your IDE will be set up for you. Note that, this one doesn't come preloaded with the Android SDK. You will have to download that separately.
To download the Android SDK, go back to the download page and scroll down to the "SDK Tools Only" section. Download the recommended version (installer_r24.3.4-windows.exe). It is just 140MB. Launch the executable and the SDK will be setup for you automatically.

I find the first option much much more convenient coz you install both IDE and SDK once. However, I went for the second option since downloading both the IDE and the SDK totals to 462MB. Naija tins! grin

When you are done installing, holla back at me.
Re: A Call To Game Developers! by reggie02(m): 11:03pm On Sep 27, 2016
dead thread?
Re: A Call To Game Developers! by Nobody: 6:34am On Sep 28, 2016
reggie02:
dead thread?
That's the trend, they end up dieing.
Re: A Call To Game Developers! by NaHiim: 11:10pm On Oct 18, 2018
Stconvict:

There is libgdx framework which I'm currently working with. It has a Java interface and has enough documentation to get one started easily. Note that it is not a game engine, so you'll be coding most of your game (or game engine) yourself, however you can use third-party libraries that can help with some jobs (Bullet, Box2D, etc.). The fun thing is that it is open-source (released under an Apache 2 license) and it is cross-platform (Android, iOS, Mac, Linux, Windows, WebGL). wink
Right now I'm using it with Android Studio and the amazing gradle build tool. You can use it with other java-centric IDEs too (Eclipse, IntelliJ IDEA, Netbeans). I will advise you to use an intelliJ product (Android Studio or IDEA), because they are really easy to set up and UI-wise, they will make your life easier.
If you are interested, you can get started here
If you are having problem with setting it up. I'm here to help. smiley

@Stconvict

I tried using the freetype library for a libgdx project on android studio and here's the error it returns. So frustrating

Re: A Call To Game Developers! by NaHiim: 11:11pm On Oct 18, 2018
NaHiim:


@Stconvict

I tried using the freetype library for a libgdx project on android studio and here's the error it returns. So frustrating

can anybody help me?
Re: A Call To Game Developers! by Nobody: 8:42am On Oct 19, 2018
Oga, long time grin

Chiako3D:
Hi,
My name is Chiaka Chima I am a game designer and a graphics designer both in 2D and 3D am the designer of "Deja Vu Game" an Android game available right now in google play store . Just type Deja Vu game in the search bar u will see it there here are my links

Website: http://www.chigraphicalillustrations.com
facebook: s
http://www.facebook.com/chigraphicalillustrations
http://www.facebook.com/Deja Vu game
Or Just search for Chiaka Chima

You guyz are not alone in fact I am looking for guyz that we can work together
I am good at game play design, character design (3d), Game props design (3d) and also an environment designer

1 Like

Re: A Call To Game Developers! by NaHiim: 3:54am On Feb 18, 2019
check out my newly release game on play store
https://play.google.com/store/apps/details?id=com.xploore.coronawars
please review and rate it

(1) (Reply)

Shall we discuss Artificial Neural Networks here? / Developer Who Can Create An App Like Tiktok Needed / Programming The Barcode Reader In Visual Basic

(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. 35
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.