Search found 7013 matches

by Dave
March 17th, 2015, 4:47 am
Forum: Game Development
Topic: My latest project -- a digital collectible card game
Replies: 136
Views: 230122

Re: My latest project -- a digital collectible card game

Questions: So if I’m interested in contributing card or at the least art/ideas for cards what would be the best way to do it? In wesnoth normally I’d get it working on my machine but for an online card game I’m not sure how that’d work. Do I just send the material to you untested or is there someth...
by Dave
March 17th, 2015, 3:55 am
Forum: Game Development
Topic: My latest project -- a digital collectible card game
Replies: 136
Views: 230122

Re: My latest project -- a digital collectible card game

Also just to throw in one last bug report which I alluded to earlier but didn't make clear: When I was playing the last scenario in the witch path, when one and then later another of my creatures was near the end of the map, the AI cast blink on them and moved them into a lane which didn't exist. T...
by Dave
March 17th, 2015, 3:01 am
Forum: Game Development
Topic: My latest project -- a digital collectible card game
Replies: 136
Views: 230122

Re: My latest project -- a digital collectible card game

After having played around a bit I actually have a few suggestions now (granted, I’m still no expert but then who is at this point?). I’m going to first suggest something related to a mechanic, then give suggestions on individual cards, then talk about about other general suggestions. Then I’ll ask...
by Dave
March 16th, 2015, 11:34 pm
Forum: Game Development
Topic: My latest project -- a digital collectible card game
Replies: 136
Views: 230122

Re: My latest project -- a digital collectible card game

No need to build on Windows. Just get the binary on the initial link. It works exactly as Andrettin said -- when you run the game it automatically updates itself to the latest version on startup.
by Dave
March 16th, 2015, 4:17 pm
Forum: Game Development
Topic: My latest project -- a digital collectible card game
Replies: 136
Views: 230122

Re: My latest project -- a digital collectible card game

Okay fixed it so Janus doesn't affect fortifications.

Tactical Blunder shouldn't be usable on lands or fortifications so fixed that. Hopefully will fix the crash too.

The crypt is simply your discard pile, where cards are you have played.
by Dave
March 16th, 2015, 5:48 am
Forum: Game Development
Topic: My latest project -- a digital collectible card game
Replies: 136
Views: 230122

Re: My latest project -- a digital collectible card game

As a note: I recently finished playing the available campaigns and am now looking to check out multiplayer. I can see that there's another player online but I have no idea who it is and they're likely involved in the campaign. I've pushed out an update which makes it so that when a player starts qu...
by Dave
March 16th, 2015, 3:29 am
Forum: Game Development
Topic: My latest project -- a digital collectible card game
Replies: 136
Views: 230122

Re: My latest project -- a digital collectible card game

johndh wrote: Second, a failed login attempt shows the attempted password in the console output, which is probably not desirable.
This is fixed now!
by Dave
March 16th, 2015, 3:25 am
Forum: Game Development
Topic: My latest project -- a digital collectible card game
Replies: 136
Views: 230122

Re: My latest project -- a digital collectible card game

johndh wrote:I got a crash just after registering:
This sounds like you are using Anura from the master branch, not the trunk branch?
by Dave
March 16th, 2015, 2:02 am
Forum: Game Development
Topic: My latest project -- a digital collectible card game
Replies: 136
Views: 230122

Re: My latest project -- a digital collectible card game

As a note: I recently finished playing the available campaigns and am now looking to check out multiplayer. I can see that there's another player online but I have no idea who it is and they're likely involved in the campaign. Yeah this is a problem. I think there are a number of things that need d...
by Dave
March 15th, 2015, 11:05 pm
Forum: Game Development
Topic: My latest project -- a digital collectible card game
Replies: 136
Views: 230122

Re: My latest project -- a digital collectible card game

So I gave it a try earlier. I'll give my initial impression first then a bit about the project. Thank you for your feedback! It's very much appreciated. I will answer some of your points below. The summery of my impression is that I like a lot of the ideas behind this game but thus far I don't actu...
by Dave
March 15th, 2015, 10:23 pm
Forum: Game Development
Topic: My latest project -- a digital collectible card game
Replies: 136
Views: 230122

Re: My latest project -- a digital collectible card game

max_torch wrote:The card doesn't seem to be displayed properly.
This should be fixed now!
by Dave
March 15th, 2015, 6:34 pm
Forum: Game Development
Topic: My latest project -- a digital collectible card game
Replies: 136
Views: 230122

Re: My latest project -- a digital collectible card game

Some things I would love help with if anyone is interested: - Campaign scenarios -- want to write storyline and design scenarios for campaigns? The engine supports full map customization, and some storyline elements. The level of complexity is about the same as WML for Wesnoth. If anyone is interest...
by Dave
March 15th, 2015, 4:33 pm
Forum: Game Development
Topic: My latest project -- a digital collectible card game
Replies: 136
Views: 230122

Re: My latest project -- a digital collectible card game

Ravana wrote:[
Used Smite the Defilers(worked) and Weakness(didnt work) on Guard Post.
Oh yes, you're right, Smite the Defilers was bugged to work on buildings. Fixed that!
by Dave
March 15th, 2015, 4:22 pm
Forum: Game Development
Topic: My latest project -- a digital collectible card game
Replies: 136
Views: 230122

Re: My latest project -- a digital collectible card game

Ancient Alliance should work. Are you sure you guys were both queued at the same time? Multiplayer should also work right now. I'm not sure about making Ancient Alliance playable with an AI, since people tend to get frustrated by AI companions, however I definitely don't want to make campaign progre...
by Dave
March 15th, 2015, 6:13 am
Forum: Game Development
Topic: My latest project -- a digital collectible card game
Replies: 136
Views: 230122

Re: My latest project -- a digital collectible card game

Well, doesn't work under Wine- is it too soon for Linux version/source code? Source code is available. Get the code for the engine at https://github.com/anura-engine/anura/tree/trunk (make sure you get the trunk branch). Just use 'make' to build. You will have to install some dependencies (most of ...