I have a card game I have been working on since 2010, I've worked out the rules, made some cards and even worked on expanding the game on Lackey, getting my card number up to 1,147 different cards with even more ideas in my mind, but recently I've been wanting to take the game off of Lackey and get my own thing running where the card effects go off, similar to the YuGiOh automated dueling systems "Devpro", "YGOPro", and "Salvation Server".
I bring these up specifically because they are focused on lua, and as I see, this system can help me do this, and it helps that my game is actually pretty similar to that of YuGiOh to some extents.
So... I guess what I'm trying to ask is, how and where do I start? I have no prior experience and would like to learn, but again, I have no idea where to start, so can someone help ;
An idea I have, but have no idea where to start
Forum rules
Before you make a thread asking for help, read this.
Before you make a thread asking for help, read this.
-
- Prole
- Posts: 2
- Joined: Sat Nov 21, 2015 7:18 pm
Re: An idea I have, but have no idea where to start
Starting a project always seems monotonous to me... But once you get past setting most of the globals, and have the cards' images and stats loading properly, the rest will be a breeze. I'm working on a card game myself, but with only 52 cards.A wise man wrote:When ya don't know where to start, go back to the beginnin'.
- Calandriel
- Prole
- Posts: 39
- Joined: Wed Apr 22, 2015 9:00 am
Re: An idea I have, but have no idea where to start
I have my own card game too, but its a project that I'll work on only when my current project get finished.
What I can say is, you need organization. Put in the paper all the functions and utilities you'll need, and start the basic ones. Fluxograms help me a lot, you can try this too.Organizing your work before getting into it will be a lot easier then just trying and seeing what's wrong. Good Luck
What I can say is, you need organization. Put in the paper all the functions and utilities you'll need, and start the basic ones. Fluxograms help me a lot, you can try this too.Organizing your work before getting into it will be a lot easier then just trying and seeing what's wrong. Good Luck
If violence is not solving all your problems, You're simply not using enough of it.
Twitter: https://twitter.com/Calandriell Some news about wtf I'm doing.
Tumblr:https://www.tumblr.com/blog/calandriell I use to draw some random stuff.
Twitter: https://twitter.com/Calandriell Some news about wtf I'm doing.
Tumblr:https://www.tumblr.com/blog/calandriell I use to draw some random stuff.
-
- Prole
- Posts: 2
- Joined: Sat Nov 21, 2015 7:18 pm
Re: An idea I have, but have no idea where to start
the issue isn't with the card game, it's with the coding ;
I don't know where to start as far as coding goes, guess I should've specified that.
I don't know where to start as far as coding goes, guess I should've specified that.
- kikito
- Inner party member
- Posts: 3153
- Joined: Sat Oct 03, 2009 5:22 pm
- Location: Madrid, Spain
- Contact:
Re: An idea I have, but have no idea where to start
Well if you have no previous experience, I would suggest learning to code before attempting to implement your game. Otherwise you will get too frustrated.
Start by reading https://love2d.org/wiki/Getting_Started to get a general idea of how to get a simple "Hello World" game going. Then I would suggest coding something very simple - it can be something as simple as "click on these random rectangles to make them dissapear". Then something a bit more difficult- maybe with sound and images. And so on. Until you can more or less "see" how your game could be coded.
Start by reading https://love2d.org/wiki/Getting_Started to get a general idea of how to get a simple "Hello World" game going. Then I would suggest coding something very simple - it can be something as simple as "click on these random rectangles to make them dissapear". Then something a bit more difficult- maybe with sound and images. And so on. Until you can more or less "see" how your game could be coded.
When I write def I mean function.
Who is online
Users browsing this forum: Google [Bot] and 3 guests