itch.io is community of indie game creators and players

Devlogs

[RenPy] Card Wars Release

[RenPy] Card Wars
A downloadable asset pack for Windows, macOS, and Linux

Demo is available.

Simple card game written in RenPy where you can bet money.

The goal is to choose cards with value higher than the opponent's card. 


How to implement?

You will have to move files from game/scripts folder("Cards.rpy and "War.rpy")  to your own project. Then, change variables in War.rpy to your own (variables like: player money, name; labels name, opponent name etc.). Copy and paste script.rpy (tbh. you only need Python and RenPy init and the screens)Lastly, follow a short step explained at the beginning of script.rpy.

Remember to move images and audio.

In case of any problems, ask in the comments or on discord: collynnyy. I will help ASAP.


How does it work?

Each player receives ten cards at the start of the game. 

Every turn you choose one card, if your card has a higher value you get a point.

The game continues until someone reaches five points or runs out of cards. Then the points are calculated to decide the winner.


Additional information.

By default, the player doesn't see his own cards. I prepared an instruction in the code how to make his cards visible. It's just uncommenting one line and deleting another one below.

Files

  • Card Wars - Windows - DEMO 27 MB
    Nov 14, 2023
  • Card Wars - Linux - DEMO 20 MB
    Nov 14, 2023
  • Card Wars - Mac - DEMO 32 MB
    Nov 14, 2023
Download [RenPy] Card Wars
Leave a comment