ignisphaseone / alien_storm_card

A space combat card and dice game, designed online.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a digital version of a card and die game I plan on making.

Here's a modification from my mac! Here's another modification from my mac.

Now I want to push some stuff from Eclipse...

Okay, physical things to emulate and code, no timing programming required.

Dice. They're just cubes. Sometimes they're rolled and sometimes they show faces.

Ships. They will have actions, but they're primarily about their static data. What dice they have.

Difficult stuff to tackle; actions need to handle timing, and actions need to aggregate results.

Because programming things is easier for me to do, and allows me to have multiple playsessions regardless of physical location, and I can easily edit values and test quickly, I am using this as a method to test the structure and content of the game.

Dice have: --name --color --sides --faceup --roll() --reset()

Ships have: --name --description --dice --special actions

Turn Order: --Recon (find new events, scan for targets) --Scramble (Spend Dice for special actions) --Attack (Roll dice) --Resolve (Destroy Aliens)

Game Setup: --One attack frigate, civilian ship card. (2 red dice, one black die.) --select a game mode card to use. (survival, destination, etc.) --grab 6 missiles and 6 civilians. --Select a fleet card. --Shuffle the events deck, and put five cards facedown onto the fleet card.

License

Creative Commons License
Alien Storm by Eric Fong is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.

About

A space combat card and dice game, designed online.


Languages

Language:Python 100.0%