Requesting examples to learn from.

Questions about the LÖVE API, installing LÖVE and other support related questions go here.
Forum rules
Before you make a thread asking for help, read this.
Post Reply
greentiger
Prole
Posts: 16
Joined: Tue Mar 11, 2014 6:48 pm
Location: united states

Requesting examples to learn from.

Post by greentiger »

Does anyone know of a project or tutorial that uses a 2D-grid based combat system such as SRPG or tactical RPG.
The reason I ask is because I learn best by doing and seeing other people's examples.
I know it probably doesn't exist, but I thought I'd ask.
I have searched for such projects already and have found a couple of Ludum Dare links but they're dead right now.
Any help would be appreciated.
User avatar
Zilarrezko
Party member
Posts: 345
Joined: Mon Dec 10, 2012 5:50 am
Location: Oregon

Re: Requesting examples to learn from.

Post by Zilarrezko »

Not that i've seen of man. If you're pretty good at Object Orientated Programming for Lua, and have a good structure understanding of C++, then you'll know a basic bit of Java if you know C++, as such you can watch a C++ or Java person coding a game like that, although tutorials or codethroughs like that are sparse but not impossible to find.

Sorry I can't be more help, most programming tutorials are just teaching you little bits of code or processes or built in libraries, that's how I painfully learned, but learned a bit nonetheless.
User avatar
HugoBDesigner
Party member
Posts: 403
Joined: Mon Feb 24, 2014 6:54 pm
Location: Above the Pocket Dimension
Contact:

Re: Requesting examples to learn from.

Post by HugoBDesigner »

I might suggest you to look at this:
Code Doodles thread

It has some advanced stuff, but mostly really simple and cool "gadgets" for you to play (and mess around) with :D
@HugoBDesigner - Twitter
HugoBDesigner - Blog
User avatar
T-Bone
Inner party member
Posts: 1492
Joined: Thu Jun 09, 2011 9:03 am

Re: Requesting examples to learn from.

Post by T-Bone »

One of my favourite features of LÖVE is that it doesn't come with any real game structure, all that stuff is up to you to implement. If you want to implement a 2D grid based combat system, then ask yourself how you want it to work and start implementing that. If you don't want to write it from scratch on your own, I'd say LÖVE might not be the right tool for you, because it's probably going to be difficult to find good tutorials and examples of everything you might want to implement.

Honestly, if you have any previous programming experience, I'd recommend just trying to implement it on your own. If you run into issues, you can always post your code here and we'll help you :neko:
Post Reply

Who is online

Users browsing this forum: Bing [Bot], rabbitboots and 7 guests