Introducing CardSwipe - An Original Game for VIC-20

Discussion, Reviews & High-scores

Moderator: Moderators

Post Reply
User avatar
plbyrd
Vic 20 Hobbyist
Posts: 135
Joined: Tue Jun 01, 2010 9:32 pm
Website: http://thesharp.ninja
Location: Clarksville, TN
Occupation: Software Engineer

Introducing CardSwipe - An Original Game for VIC-20

Post by plbyrd »

Instructions:

* Requires 32K VIC-20

CardSwipe is a game of skill where you must collect one of each card (Ace, King, Queen, and Jack). The first person to collect all four cards wins. 4 people can play at once. The winner's score is displayed at the end. The scores are calculated based on the color of the cards in your tray. Black is worth more than Red, which is worth more than Green, which is worth more than Blue.

* There is no AI in this initial version.

Download from: http://cardswipe.codeplex.com/
Last edited by plbyrd on Sat Mar 19, 2011 2:48 pm, edited 2 times in total.
User avatar
Mike
Herr VC
Posts: 4816
Joined: Wed Dec 01, 2004 1:57 pm
Location: Munich, Germany
Occupation: electrical engineer

Post by Mike »

Nice!

I've opened a new 'Releases in 2011'-thread in the General section. Does the game really require 32K? Or are 16K or 24K sufficient.

Greetings,

Michael
User avatar
plbyrd
Vic 20 Hobbyist
Posts: 135
Joined: Tue Jun 01, 2010 9:32 pm
Website: http://thesharp.ninja
Location: Clarksville, TN
Occupation: Software Engineer

Post by plbyrd »

Mike wrote:Nice!

I've opened a new 'Releases in 2011'-thread in the General section. Does the game really require 32K? Or are 16K or 24K sufficient.

Greetings,

Michael
You can try it with 16k, but less than that will definitely not work because of the way the file is organized.
User avatar
Mike
Herr VC
Posts: 4816
Joined: Wed Dec 01, 2004 1:57 pm
Location: Munich, Germany
Occupation: electrical engineer

Post by Mike »

I just checked in VICE by filling the RAM with ASCII 42, and then running CardSwipe. From what I see, it only extends up to address $3843, but then also extends down from $7FFF for something like a string heap.

So it seems the current binary requires at least 24K, even though 8K RAM would be sufficient if the heap limit was lowered to $3FFF.
User avatar
Jeff-20
Denial Founder
Posts: 5759
Joined: Wed Dec 31, 1969 6:00 pm

Post by Jeff-20 »

First new game of 2011?
High Scores, Links, and Jeff's Basic Games page.
User avatar
plbyrd
Vic 20 Hobbyist
Posts: 135
Joined: Tue Jun 01, 2010 9:32 pm
Website: http://thesharp.ninja
Location: Clarksville, TN
Occupation: Software Engineer

Post by plbyrd »

Jeff-20 wrote:First new game of 2011?
It appears so. :(
User avatar
Mike
Herr VC
Posts: 4816
Joined: Wed Dec 01, 2004 1:57 pm
Location: Munich, Germany
Occupation: electrical engineer

Post by Mike »

Actually, I first found it on csdb. The guys over there were not too friendly though, and deleted the entry. :shock:

Judging from the last years, it has somehow become a tradition, that the first post for the 'Software releases' thread is not done by the original author of the program/game, but someone other. :lol:
Jeff-20 wrote:First new game of 2011?
Not only is the Releases thread late - I also missed your annual 'The last year in Denial' thread. :(

...

I played around a bit with CardSwipe:

When one player has got a card, the hand over to another player should involve another key. Otherwise it is quite easy to hold down SPACE and skip one of the players.

Sometimes, I found an 'S' displayed on the die. Is this intended?
User avatar
plbyrd
Vic 20 Hobbyist
Posts: 135
Joined: Tue Jun 01, 2010 9:32 pm
Website: http://thesharp.ninja
Location: Clarksville, TN
Occupation: Software Engineer

Post by plbyrd »

Mike wrote:Actually, I first found it on csdb. The guys over there were not too friendly though, and deleted the entry. :shock:

Judging from the last years, it has somehow become a tradition, that the first post for the 'Software releases' thread is not done by the original author of the program/game, but someone other. :lol:
Jeff-20 wrote:First new game of 2011?
Not only is the Releases thread late - I also missed your annual 'The last year in Denial' thread. :(

...

I played around a bit with CardSwipe:

When one player has got a card, the hand over to another player should involve another key. Otherwise it is quite easy to hold down SPACE and skip one of the players.

Sometimes, I found an 'S' displayed on the die. Is this intended?
Yes, the S is intentional, it means "Skip a Turn". It would be a good idea to provide some feedback to the user to hit a key for the next user's turn. I would also like to find someone to help with some music and sound effects.

Obviously some effective docs would be good as well. :)
User avatar
plbyrd
Vic 20 Hobbyist
Posts: 135
Joined: Tue Jun 01, 2010 9:32 pm
Website: http://thesharp.ninja
Location: Clarksville, TN
Occupation: Software Engineer

CardSwipe 1.1 Released

Post by plbyrd »

I've taken the feedback I've received on CardSwipe 1.0 and incorporated several changes:
New Features
* Added C64 Version
* Added player turn notification
* Added ability to set number of players (1 to 4)
* Added credits screen

Changes
* VIC-20 now only requires 16K of RAM, not 32K.

I've released a new D64 with both the 64 and VIC versions of the game.

http://cardswipe.codeplex.com

PS. The game is completely open source. Download and modify as you want!
User avatar
orion70
VICtalian
Posts: 4337
Joined: Thu Feb 02, 2006 4:45 am
Location: Piacenza, Italy
Occupation: Biologist

Post by orion70 »

Very nice pastime game! Thanks for this. :)
Post Reply