Card game prototype
- a_bertrand
- Posts: 1536
- Joined: Mon Feb 25, 2013 1:46 pm
Card game prototype
That should be part of the cubicverse game later on. It's a first rough prototype of a card game:
http://temp.nowhere-else.org/card_test/cards.html
Top cards are the card of the opponent, while yours will be on the bottom side. On the left side you can "purchase" cards using energy. Each turn you gain some energy.
When you have resources like food, magic or death you can use them either against opponent cards or on yours.
After each turn press the "End Turn" button.
There is many more cards than the one you see yet, I will make a "deck editor" such that you can try with different combinations.
The AI is not all that smart either, and could be improved.
http://temp.nowhere-else.org/card_test/cards.html
Top cards are the card of the opponent, while yours will be on the bottom side. On the left side you can "purchase" cards using energy. Each turn you gain some energy.
When you have resources like food, magic or death you can use them either against opponent cards or on yours.
After each turn press the "End Turn" button.
There is many more cards than the one you see yet, I will make a "deck editor" such that you can try with different combinations.
The AI is not all that smart either, and could be improved.
Creator of Dot World Maker
Mad programmer and annoying composer
Mad programmer and annoying composer
- hallsofvallhalla
- Site Admin
- Posts: 12026
- Joined: Wed Apr 22, 2009 11:29 pm
Re: Card game prototype
This is awesome! I have wanted to start on a card game many times. Very nifty.
- a_bertrand
- Posts: 1536
- Joined: Mon Feb 25, 2013 1:46 pm
- Sharlenwar
- Posts: 523
- Joined: Mon May 28, 2012 7:14 pm
Re: Card game prototype
Great work!
Deep within the Void of Quasion, a creation.
**My Corner of the Web**
***NEW***GrindFest - My own PHP/MySQL game!
Sharlenwar's Adventures
Torn-City - Massively multiplayer online text based RPG
**My Corner of the Web**
***NEW***GrindFest - My own PHP/MySQL game!
Sharlenwar's Adventures
Torn-City - Massively multiplayer online text based RPG
- Jackolantern
- Posts: 10891
- Joined: Wed Jul 01, 2009 11:00 pm
Re: Card game prototype
Very cool! So you are going to work this into Cubicverse to be an in-game card game, like the card games in Final Fantasy and Everquest 2?
The indelible lord of tl;dr
- a_bertrand
- Posts: 1536
- Joined: Mon Feb 25, 2013 1:46 pm
Re: Card game prototype
Never played FF nor Everquest. But yes the card game should be integrated into cubicverse, letting you play against NPC or other players.
Creator of Dot World Maker
Mad programmer and annoying composer
Mad programmer and annoying composer
- Jackolantern
- Posts: 10891
- Joined: Wed Jul 01, 2009 11:00 pm
Re: Card game prototype
In both of those games, you can collect cards like loot, and then use them in a mini trading card game. In FF, you play against the computer, and in EQ2, you play against other players. You can trade cards, win cards from winning games, etc.a_bertrand wrote:Never played FF nor Everquest. But yes the card game should be integrated into cubicverse, letting you play against NPC or other players.
The indelible lord of tl;dr
- a_bertrand
- Posts: 1536
- Joined: Mon Feb 25, 2013 1:46 pm
Re: Card game prototype
Well then... I see it's not really a new idea as I had basically that in mind.
Creator of Dot World Maker
Mad programmer and annoying composer
Mad programmer and annoying composer
- Jackolantern
- Posts: 10891
- Joined: Wed Jul 01, 2009 11:00 pm
Re: Card game prototype
It may not be new, but it is a good idea. I think there is a lot of different interactions with it to explore, such as weaving the cards more into the regular world gameplay. No other game I am aware of has done that. For example, the cards could double as usable gear or gear enhancements in the regular Cubicverse, but then they function in their normal capacity inside the card game and could be won or lost in the card game. A very, very good card for the card game is also a powerful item in the regular world, so choosing to use the card in the card game can give you a big advantage but can be risky since you could lose it.a_bertrand wrote:Well then... I see it's not really a new idea as I had basically that in mind.
I don't know if that works at all in your idea, but I hope it at least shows that just because the idea has been done before doesn't mean there is no new ground to explore.
The indelible lord of tl;dr
-
- Posts: 8
- Joined: Wed Jul 02, 2014 11:04 pm
Re: Card game prototype
That's a really good looking prototype! Keep it up!