Risk. CSc 335 Final Project

Size: px
Start display at page:

Download "Risk. CSc 335 Final Project"

Transcription

1 Risk CSc 335 Final Project Overview Risk is a popular board game of strategy that has been around since 1957 and is known throughout the world by a variety of names. The basis of the game is to conquer the world using strategy, luck, and perhaps some diplomacy. Its colorful history can be explored on the Internet, starting with the Wikipedia article. Your Task You are required to create a fully functional game of Risk following the rules such as reinforcing, attacking, and obtaining cards. Although there are many variants, you are required to use these rules with the following exceptions: Do not implement the Two Player Risk described on pages 11 and 12). Do not implement the Card Feature as the required part of your project. The human player may have a default number of dice to roll that can be changed. This avoids requiring a selection of 1, 2, or 3 dice before attacking or selecting 1 or 2 before being attacked. Allow human players to change attacker and attacked default dice rolls. This works well when you have real dice handy, but not so well in a computer version).

2 Settings: The implementation must provide a way at startup to graphically configure the game to change the following settings: Number of players Type of player (Human, Simple AI, Intermediate AI, Expert AI) Names of players Color to represent each player Computer Players: The game must be playable by choosing 2 to 6 computer players with the following strategies o Beginner: Not very smart and easy to defeat. Random decisions can help. o Intermediate: An intermediate computer player differs significantly from the beginner and indicates a better player. Intermediate players should be more difficult to beat than the beginners over many games. o Expert: An advanced computer player should be able to beat the other two most of the time. It should be a challenge for humans to beat these players. We should see this strategy hand in there. Include a program named Run6Bots.java using standard output (no GUI) to print the wins of each AI it after running 1,000 games when computer players have two players with each of the three strategies playing against each other. Report the number of wins per player and its strategy. Expert strategies should win most of the time, Beginner strategies should lose most of the time. Maps: The one map shows all of the countries in your world. At all times the following must be visible on the map: o The owner of each country via color or some other easy to understand graphical indicator o The number of armies in each country must also be visible and easy to read o The continents and what countries belong to them The following must be accessible at all times, but not necessarily visible at all times: o The name of any country selected by a user

3 o The countries accessible from a selected country o The bonuses available for the various continents GUI: Game has, attractive, and easy to use graphical user interface. The interface provides the required information the user(s) to start a game Must be able to choose the type of players. It could be all bots, or two humans It is always clear whose turn it is and which phase of the turn is active. Should draw images, shapes, and other graphical entities to represent things such as the countries, continents, number of armies Human user must always be able to see his/her cards. The cards must have a graphical representation of the three army components (soldier, cannon and cavalry). Should allow the user to interact with the game by listening to mouse and/or keyboard events. Should allow human players to know whose turn it is Have sounds at start up and to call attention to important game events Must have Menu option to turn sound off or on Users should see what countries can be attacked from any of their own holdings It should be obvious who holds what countries with the number of armies on each Save the game state and anytime. Also prompt the user to save when quitting. Load a previously saved game at anytime (use JFileChooser) Prompt the user to save the current game on quit Has a Splash Screen and About Box o Splash screens are 'loading' or 'start-up' screens that have animations, sound, and/or a cool picture. A good song helps o About box to describe the game, team name, and developers (team members) Summary of Risk Rules and Additional play Features Here is a summary of the rules from the game of risk along with some additional things needed to be able to test and grade this project: Your system must be able to have six computer players (no prompts or user input needed) with two different AIs (or three if chosen as an additional feature) to quickly play until the end of a game.

4 Can set up a game with any mix of human players or bots in a reasonable manner (choose AIs) All players can place troops on unoccupied territories until all territories have been selected. Can place armies only on territories owned by player until correct numbers are place Number of dice to attack with is selectable and can also be set with a default to avoid a click Minimum two armies must exist in attacking territory. Only owned territories can attack neighbors Post territory conquer army movement occurs Minimum of 1 army left behind on an occupied territory Moves minimum number of armies attacked into conquered territory A card is issued at end of attack if one territory was conquered Card turn in is permitted Players can select how many troops to move Reinforcement is correct Two different strategies are implemented (a third is optional) Run6Bots.java accurately prints the results of two different strategies played in 1000 games (or three strategies if a third strategy is one of the options) Used strategy design pattern so strategies are swappable at runtime and can be set before game begins About box exists and lists the team name and all team member names About box describes how to begin a game so we don t have to figure it out Menus provide the means to start game, save game, toggle sound, and so on Has sound and it can be toggled off (except the splash screen can play some sound when first started) Can start a game with all bots and run to end of a game, no human interaction needed Wow Factor Completing the above requirements will earn at most 90% of your grade. To earn the last 10%, your game needs to have a wow factor. This could include lots of extra features, how well designed (and fun) the game is, or just good old- fashioned polish anything that will make your game really stand out!

5 //// TO BE REMOVED LATER ignore for now /////// There are two types of animations possible. The first is used for video-like animations like the splash screen. An animated GIF* is recommended for simplicity, though you may use any type of animation you would like at your own risk. In other words, the grader may not be able to provide much support if something other than an animated GIF is used and there will not be allowances made in your grade if the animation does not end up working. *An animated Gif is a single file that has multiple images embedded within it. These files are created by a variety of animation tools including GIMP(free) or Adobe ImageReady($$). The following events require a simple animation. These can be events occurring on the map screen, or a popup frame with an animated sequence (though the popup should not require user intervention to dismiss). Animated Gifs are acceptable for these animations. The conquest of a country. A player turning in cards (including AI). A player conquering or losing a continent. A player losing all of his countries and losing the game. A player winning the game. The second type of animation is done using code to draw the steps of the animation with the animation code actually managing the timing of the animation. These animations cannot use an animated gif. The following event requires this more complex type of animation: A player attacking or defending a country. Note: the implementation of this animation is more complex. The animation, itself, can be fairly simple. It must be possible to disable all the animations at any point during the game

Tower Defense. CSc 335 Fall Final Project

Tower Defense. CSc 335 Fall Final Project Tower Defense CSc 335 Fall 2013 - Final Project Overview RTS (Real-Time Strategy) games have become popular due to their demanding nature in requiring players to employ a long-term strategy with upkeep

More information

For 2 to 6 players / Ages 10 to adult

For 2 to 6 players / Ages 10 to adult For 2 to 6 players / Ages 10 to adult Rules 1959,1963,1975,1980,1990,1993 Parker Brothers, Division of Tonka Corporation, Beverly, MA 01915. Printed in U.S.A TABLE OF CONTENTS Introduction & Strategy Hints...

More information

Details of Play Each player counts out a number of his/her armies for initial deployment, according to the number of players in the game.

Details of Play Each player counts out a number of his/her armies for initial deployment, according to the number of players in the game. RISK Risk is a fascinating game of strategy in which a player can conquer the world. Once you are familiar with the rules, it is not a difficult game to play, but there are a number of unusual features

More information

LORE WAR A Fantasy Strategy Game

LORE WAR A Fantasy Strategy Game LORE WAR A Fantasy Strategy Game TABLE OF CONTENTS: OVERVIEW....3 SUPPLIES......3 SETUP........3 RULES OF PLAY......3 WINNING CONDITIONS. 6 THE LORE BOOK....6 https://loregamescom.wordpress.com/ 2 OVERVIEW:

More information

Caesar Augustus. Introduction. Caesar Augustus Copyright Edward Seager A board game by Edward Seager

Caesar Augustus. Introduction. Caesar Augustus Copyright Edward Seager A board game by Edward Seager Caesar Augustus A board game by Edward Seager Introduction Caesar Augustus is a historical game of strategy set in the Roman Civil War period for 2-5 players. You will take the role of a Roman general,

More information

CS 371M. Homework 2: Risk. All submissions should be done via git. Refer to the git setup, and submission documents for the correct procedure.

CS 371M. Homework 2: Risk. All submissions should be done via git. Refer to the git setup, and submission documents for the correct procedure. Homework 2: Risk Submission: All submissions should be done via git. Refer to the git setup, and submission documents for the correct procedure. The root directory of your repository should contain your

More information

Pass-Words Help Doc. Note: PowerPoint macros must be enabled before playing for more see help information below

Pass-Words Help Doc. Note: PowerPoint macros must be enabled before playing for more see help information below Pass-Words Help Doc Note: PowerPoint macros must be enabled before playing for more see help information below Setting Macros in PowerPoint The Pass-Words Game uses macros to automate many different game

More information

Opleiding Informatica

Opleiding Informatica Opleiding Informatica Comparing Different Agents in the Game of Risk Jimmy Drogtrop Supervisors: Rudy van Vliet & Jeannette de Graaf BACHELOR THESIS Leiden Institute of Advanced Computer Science (LIACS)

More information

LORE WAR A Fantasy War Game

LORE WAR A Fantasy War Game LORE WAR A Fantasy War Game TABLE OF CONTENTS: OVERVIEW....3 SUPPLIES......3 SETUP........3 RULES OF PLAY......3 WINNING CONDITIONS. 5 THE LORE BOOK....5 https://loregamescom.wordpress.com/ 2 OVERVIEW:

More information

KUNG CHI. By Stone Mage Games RULES. Sample file

KUNG CHI. By Stone Mage Games RULES. Sample file KUNG CHI By Stone Mage Games RULES There are 15 Chi Markers per player, a 4 sided die, 15 Scroll Skrypt cards, 15 Sword Skrypt cards, and 15 Army cards. GAME COMPONENTS GAME SETUP The object of Kung Chi

More information

Rules for 2-5 players Ages 10+

Rules for 2-5 players Ages 10+ Rules for 2-5 players Ages 10+ Contents: Gameboard, 3 Classic Dalek Armies, 2 New Dalek Paradigm Armies, 1 TARDIS, 42 Territory Cards, 15 Power Cards, 10 Mission Cards, 5 Dice, Cardboard Clara Token. 1

More information

Bible Battles Trading Card Game OFFICIAL RULES. Copyright 2009 Bible Battles Trading Card Game

Bible Battles Trading Card Game OFFICIAL RULES. Copyright 2009 Bible Battles Trading Card Game Bible Battles Trading Card Game OFFICIAL RULES 1 RULES OF PLAY The most important rule of this game is to have fun. Hopefully, you will also learn about some of the people, places and events that happened

More information

DEFENCE OF THE ANCIENTS

DEFENCE OF THE ANCIENTS DEFENCE OF THE ANCIENTS Assignment submitted in partial fulfillment of the requirements for the degree of MASTER OF TECHNOLOGY in Computer Science & Engineering by SURESH P Entry No. 2014MCS2144 TANMAY

More information

Let us now look at a situation a few rounds into the game, from the perspective of player 2.

Let us now look at a situation a few rounds into the game, from the perspective of player 2. Example of gameplay Thermal Showdown Updated to version 1.35 Do you want to know how to play Thermal Showdown? Or just find out what it s really about? There is no better way than to watch an example of

More information

Caesar Augustus. Introduction. Caesar Augustus Copyright Edward Seager A board game by Edward Seager

Caesar Augustus. Introduction. Caesar Augustus Copyright Edward Seager A board game by Edward Seager Caesar Augustus A board game by Edward Seager Introduction Caesar Augustus is a historical game of strategy set in the Roman Civil War period for 2-5 players. You will take the role of a Roman general,

More information

Getting Started with Panzer Campaigns: Stalingrad 42

Getting Started with Panzer Campaigns: Stalingrad 42 Getting Started with Panzer Campaigns: Stalingrad 42 Welcome to Panzer Campaigns Stalingrad 42. As winter began to close, the instruction came forward from OKH to von Paulus and the Sixth Army capture

More information

Getting Started 000 Getting Started.scn

Getting Started 000 Getting Started.scn Getting Started This file will help you get started quickly with Campaign Antietam. If you have just installed the game, then the Main Program should be running. Otherwise, to run the Main Program, click

More information

T H E G A M E O F S T R A T E G I C C O N Q U E S T

T H E G A M E O F S T R A T E G I C C O N Q U E S T AGES + - PLAYERS T H E G A M E O F S T R A T E G I C C O N Q U E S T FIELD GUIDE www.usaopoly.com We will be happy to hear your questions or comments about this game: Write to: USAOPOLY Customer Service

More information

Programming Exam. 10% of course grade

Programming Exam. 10% of course grade 10% of course grade War Overview For this exam, you will create the card game war. This game is very simple, but we will create a slightly modified version of the game to hopefully make your life a little

More information

v. 0.1 Warmster Revolution CZ

v. 0.1 Warmster Revolution CZ v. 0.1 Warmster Revolution CZ Mighty Empires Campaign Book Rules for Warmaster Campaign Compiled by Czech Warmaster Community This publication is completely unofficial and in no way endorsed by Games Workshop

More information

Optimal Yahtzee performance in multi-player games

Optimal Yahtzee performance in multi-player games Optimal Yahtzee performance in multi-player games Andreas Serra aserra@kth.se Kai Widell Niigata kaiwn@kth.se April 12, 2013 Abstract Yahtzee is a game with a moderately large search space, dependent on

More information

NOVA. Game Pitch SUMMARY GAMEPLAY LOOK & FEEL. Story Abstract. Appearance. Alex Tripp CIS 587 Fall 2014

NOVA. Game Pitch SUMMARY GAMEPLAY LOOK & FEEL. Story Abstract. Appearance. Alex Tripp CIS 587 Fall 2014 Alex Tripp CIS 587 Fall 2014 NOVA Game Pitch SUMMARY Story Abstract Aliens are attacking the Earth, and it is up to the player to defend the planet. Unfortunately, due to bureaucratic incompetence, only

More information

Assignment 1. Due: 2:00pm, Monday 14th November 2016 This assignment counts for 25% of your final grade.

Assignment 1. Due: 2:00pm, Monday 14th November 2016 This assignment counts for 25% of your final grade. Assignment 1 Due: 2:00pm, Monday 14th November 2016 This assignment counts for 25% of your final grade. For this assignment you are being asked to design, implement and document a simple card game in the

More information

Mighty Planetary Empires

Mighty Planetary Empires Mighty Planetary Empires Welcome to the Mighty Planetary Empires Campaign! This is a 6 week campaign, running from the 25 th of September 2009 to the 6 th of November 2009 and will be graciously hosted

More information

YourTurnMyTurn.com: Strategy Rules. Vincent de Boer (Vinnie) Copyright 2018 YourTurnMyTurn.com

YourTurnMyTurn.com: Strategy Rules. Vincent de Boer (Vinnie) Copyright 2018 YourTurnMyTurn.com YourTurnMyTurn.com: Strategy Rules Vincent de Boer (Vinnie) Copyright 2018 YourTurnMyTurn.com Inhoud Strategy Rules...1 Object of the game...1 Placement of Pieces...1 The pieces...2 The board...3 Rules

More information

Presentation by Toy Designers: Max Ashley

Presentation by Toy Designers: Max Ashley A new game for your toy company Presentation by Toy Designers: Shawntee Max Ashley As game designers, we believe that the new game for your company should: Be equally likely, giving each player an equal

More information

TABLE OF CONTENTS WHAT IS SUPER ZOMBIE STRIKERS? QUICK GUIDE HOW TO PLAY TOURNAMENT STRUCTURE ELIGIBILITY & PRIZING

TABLE OF CONTENTS WHAT IS SUPER ZOMBIE STRIKERS? QUICK GUIDE HOW TO PLAY TOURNAMENT STRUCTURE ELIGIBILITY & PRIZING PLAYER HANDBOOK TABLE OF CONTENTS WHAT IS SUPER ZOMBIE STRIKERS? QUICK GUIDE HOW TO PLAY TOURNAMENT STRUCTURE ELIGIBILITY & PRIZING WHAT IS SUPER ZOMBIE STRIKERS? Super Zombie Strikers takes the popular

More information

Stargrunt II Campaign Rules v0.2

Stargrunt II Campaign Rules v0.2 1. Introduction Stargrunt II Campaign Rules v0.2 This document is a set of company level campaign rules for Stargrunt II. The intention is to provide players with the ability to lead their forces throughout

More information

BATTLEFIELD TERRAIN STC RYZA-PATTERN RUINS

BATTLEFIELD TERRAIN STC RYZA-PATTERN RUINS BATTLEFIELD TERRAIN In this section you will find expanded terrain rules for the STC Ryza-pattern Ruins included in Moon Base Klaisus. You do not need to use these rules to enjoy a battle using the models,

More information

The purpose of this document is to help users create their own TimeSplitters Future Perfect maps. It is designed as a brief overview for beginners.

The purpose of this document is to help users create their own TimeSplitters Future Perfect maps. It is designed as a brief overview for beginners. MAP MAKER GUIDE 2005 Free Radical Design Ltd. "TimeSplitters", "TimeSplitters Future Perfect", "Free Radical Design" and all associated logos are trademarks of Free Radical Design Ltd. All rights reserved.

More information

Embedded Systems Lab

Embedded Systems Lab Embedded Systems Lab UNIVERSITY OF JORDAN Tic-Tac-Toe GAME PROJECT Embedded lab Engineers Page 1 of 5 Preferred Group Size Grading Project Due Date (2) Two is the allowed group size. The group can be from

More information

Dune Express Alliances Dune express variant Originally Designed by FNH Game

Dune Express Alliances Dune express variant Originally Designed by FNH Game Dune Express Alliances Dune express variant Originally Designed by FNH Game Variant designed by Eric Pietrocupo Version 1.0.0 March 15 th 2010 Since there are so many variants out there, I needed to give

More information

COMPONENT OVERVIEW Your copy of Modern Land Battles contains the following components. COUNTERS (54) ACTED COUNTERS (18) DAMAGE COUNTERS (24)

COMPONENT OVERVIEW Your copy of Modern Land Battles contains the following components. COUNTERS (54) ACTED COUNTERS (18) DAMAGE COUNTERS (24) GAME OVERVIEW Modern Land Battles is a fast-paced card game depicting ground combat. You will command a force on a modern battlefield from the 1970 s to the modern day. The unique combat system ensures

More information

For more information on how you can download and purchase Clickteam Fusion 2.5, check out the website

For more information on how you can download and purchase Clickteam Fusion 2.5, check out the website INTRODUCTION Clickteam Fusion 2.5 enables you to create multiple objects at any given time and allow Fusion to auto-link them as parent and child objects. This means once created, you can give a parent

More information

Components: Game Map. Unit Chart. Weather Effects. Terrain effects are listed in the rules. Turn Track

Components: Game Map. Unit Chart. Weather Effects. Terrain effects are listed in the rules. Turn Track Components: Game Map Unit Chart Weather Effects Terrain effects are listed in the rules. Turn Track Red Hex Line: Units may not move or attack across a red hex line. Fortress/Victory City: A fortified

More information

Introduction Installation Switch Skills 1 Windows Auto-run CDs My Computer Setup.exe Apple Macintosh Switch Skills 1

Introduction Installation Switch Skills 1 Windows Auto-run CDs My Computer Setup.exe Apple Macintosh Switch Skills 1 Introduction This collection of easy switch timing activities is fun for all ages. The activities have traditional video game themes, to motivate students who understand cause and effect to learn to press

More information

Instruction manual Chess Tutor

Instruction manual Chess Tutor Instruction manual Chess Tutor Cor van Wijgerden Eiko Bleicher Stefan Meyer-Kahlen Jürgen Daniel English translation: Ian Adams Contents: Installing the program... 3 Starting the program... 3 The overview...

More information

BRONZE EAGLES Version II

BRONZE EAGLES Version II BRONZE EAGLES Version II Wargaming rules for the age of the Caesars David Child-Dennis 2010 davidchild@slingshot.co.nz David Child-Dennis 2010 1 Scales 1 figure equals 20 troops 1 mounted figure equals

More information

Gnome Wars User Manual

Gnome Wars User Manual Gnome Wars User Manual Contents Game Installation... 2 Running the Game... 2 Controls... 3 The Rules of War... 3 About the Game Screen... 3 Combat Progression... 4 Moving Gnomes... 5 Fighting... 5 Characters...

More information

Campaign Introduction

Campaign Introduction Campaign 1776 Introduction Campaign 1776 is a game that covers the American Revolutionary War. Just about every major battle of the war is covered in this game, plus several hypothetical and "what-if"

More information

Preparing the Warband for Battle

Preparing the Warband for Battle Preparing the Warband for Battle Deployment: Dividing the Warband Each player should divide his warriors into three Battle Groups, and three Detachments as follows: (Battle groups consist of 0-4 models

More information

Homework Week #16 Due January 24, 2019 Grade 2 TLC

Homework Week #16 Due January 24, 2019 Grade 2 TLC Homework Week #16 Due January 24, 2019 Grade 2 TLC Reading: The homework program includes 15 20 minutes of daily reading. Please complete at least 2 3 sessions of Raz-Kids a week, which should include

More information

UNIVERSITY OF CALIFORNIA Department of Electrical Engineering and Computer Sciences Computer Science Division. P. N. Hilfinger. Project #3: Checkers

UNIVERSITY OF CALIFORNIA Department of Electrical Engineering and Computer Sciences Computer Science Division. P. N. Hilfinger. Project #3: Checkers UNIVERSITY OF CALIFORNIA Department of Electrical Engineering and Computer Sciences Computer Science Division CS61B Fall 2004 P. N. Hilfinger Project #3: Checkers Due: 8 December 2004 1 Introduction Checkers

More information

KARP: Kids and Adults Role-Playing

KARP: Kids and Adults Role-Playing KARP: Kids and Adults Role-Playing a card and dice-based game about fighting things, making and spending money, and special abilities Ages 8 and up by Conall Kavanagh, 2003 KARP is a free-form, mechanics-lite

More information

DIGITAL. Manual. Copyright 2017 Lock n Load Publishing, LLC. All Rights Reserved

DIGITAL. Manual. Copyright 2017 Lock n Load Publishing, LLC. All Rights Reserved DIGITAL Manual Copyright 2017 Lock n Load Publishing, LLC. All Rights Reserved Introduction on, Digital edition is a low-complexity, Second World War armored combat game, modeled after the Lock n Load

More information

15MM FAST PLAY FANTASY RULES. 15mm figures on 20mm diameter bases Large Figures on 40mm Diameter bases

15MM FAST PLAY FANTASY RULES. 15mm figures on 20mm diameter bases Large Figures on 40mm Diameter bases 15MM FAST PLAY FANTASY RULES 15mm figures on 20mm diameter bases Large Figures on 40mm Diameter bases In brackets equivalent in inches ( ) DICE used D8 D10 D12 D20 D30 Terrain Board minimum 120cm x 90cm

More information

Module 1 Introducing Kodu Basics

Module 1 Introducing Kodu Basics Game Making Workshop Manual Munsang College 8 th May2012 1 Module 1 Introducing Kodu Basics Introducing Kodu Game Lab Kodu Game Lab is a visual programming language that allows anyone, even those without

More information

Nfejfwbm!Cbuumft!!! Mfhobop! 3:ui!Nbz!2287!

Nfejfwbm!Cbuumft!!! Mfhobop! 3:ui!Nbz!2287! NfejfwbmCbuumft Mfhobop 3:uiNbz2287 2008 1 Battles of the Middle Ages Battle of Legnano 1176 Rulebook version 1.0 1.0 Introduction Battles of the Middle Ages is an easy to learn wargaming system that tries

More information

Materials: Game board, dice (preferable one 10 sided die), 2 sets of colored game board markers.

Materials: Game board, dice (preferable one 10 sided die), 2 sets of colored game board markers. Even and Odd Lines is a great way to reinforce the concept of even and odd numbers in a fun and engaging way for students of all ages. Each turn is comprised of multiple steps that are simple yet allow

More information

CSSE220 BomberMan programming assignment Team Project

CSSE220 BomberMan programming assignment Team Project CSSE220 BomberMan programming assignment Team Project You will write a game that is patterned off the 1980 s BomberMan game. You can find a description of the game, and much more information here: http://strategywiki.org/wiki/bomberman

More information

"!" - Game Modding and Development Kit (A Work Nearly Done) '08-'10. Asset Browser

! - Game Modding and Development Kit (A Work Nearly Done) '08-'10. Asset Browser "!" - Game Modding and Development Kit (A Work Nearly Done) '08-'10 Asset Browser Zoom Image WoW inspired side-scrolling action RPG game modding and development environment Built in Flash using Adobe Air

More information

Honeycomb Hexertainment. Design Document. Zach Atwood Taylor Eedy Ross Hays Peter Kearns Matthew Mills Camoran Shover Ben Stokley

Honeycomb Hexertainment. Design Document. Zach Atwood Taylor Eedy Ross Hays Peter Kearns Matthew Mills Camoran Shover Ben Stokley Design Document Zach Atwood Taylor Eedy Ross Hays Peter Kearns Matthew Mills Camoran Shover Ben Stokley 1 Table of Contents Introduction......3 Style...4 Setting...4 Rules..5 Game States...6 Controls....8

More information

THE WORLD CONQUEST PLAYER'S MANUAL

THE WORLD CONQUEST PLAYER'S MANUAL EIYU * SENKI THE WORLD CONQUEST PLAYER'S MANUAL P02 Game Installation P03 Title / Save / Load Screen P04 Adventure Screen P05 Map Screen P07 Troop Management Screen P08 Item Management Screen P09 City

More information

001 \ FORTRESS AMERICA

001 \ FORTRESS AMERICA TM TM 00 \ FORTRESS AMERICA ONE NATION, UNDER SIEGE! IN THE ST CENTURY, THE UNITED STATES OF AMERICA UNVEILED A NEW SYSTEM OF SATELLITES AND POWERFUL LASERS THAT PROVIDED NOT ONLY A FLAWLESS DEFENSE AGAINST

More information

by Dario Dordoni The toilet isn't always right behind the corner: sometimes finding it is a quest in itself!

by Dario Dordoni The toilet isn't always right behind the corner: sometimes finding it is a quest in itself! by Dario Dordoni The toilet isn't always right behind the corner: sometimes finding it is a quest in itself! Dungeon WC is a real time cooperative game where the players try to connect dungeon cards to

More information

The Game Kit. American Printing House for the Blind, Inc. Eleanor Pester Project Director. Debbie Willis Assistant Project Director

The Game Kit. American Printing House for the Blind, Inc. Eleanor Pester Project Director. Debbie Willis Assistant Project Director The Game Kit Eleanor Pester Project Director Debbie Willis Assistant Project Director American Printing House for the Blind, Inc. Louisville, Kentucky 40206-0085 1988 Most children enjoy playing games

More information

Once this function is called, it repeatedly does several things over and over, several times per second:

Once this function is called, it repeatedly does several things over and over, several times per second: Alien Invasion Oh no! Alien pixel spaceships are descending on the Minecraft world! You'll have to pilot a pixel spaceship of your own and fire pixel bullets to stop them! In this project, you will recreate

More information

Getting Started with Panzer Campaigns: Budapest 45

Getting Started with Panzer Campaigns: Budapest 45 Getting Started with Panzer Campaigns: Budapest 45 Welcome to Panzer Campaigns Budapest 45. In this, the seventeenth title in of the Panzer Campaigns series of operational combat in World War II, we are

More information

The Great Chinese Wall

The Great Chinese Wall changchengregcg.indd 1 24-07-2007 8:53:34 The Great Chinese Wall More than 2500 years ago, the Emperor of the Qin dynasty decided to protect his prolifi c provinces of northern China from the frequent

More information

ARMY COMMANDER - GREAT WAR INDEX

ARMY COMMANDER - GREAT WAR INDEX INDEX Section Introduction and Basic Concepts Page 1 1. The Game Turn 2 1.1 Orders 2 1.2 The Turn Sequence 2 2. Movement 3 2.1 Movement and Terrain Restrictions 3 2.2 Moving M status divisions 3 2.3 Moving

More information

Castles of Burgundy Rules Summary. Game board: Player board: TERMS

Castles of Burgundy Rules Summary. Game board: Player board: TERMS Castles of Burgundy Rules Summary TERMS Game board: Player board: Hex tiles: Silverling (Money) SETUP Silverling x 20, Worker x 30 as general supply (No. unlimited) Sort Hex tiles according to the color

More information

VOLUME ONE. Getting Started with Guitar presents: guitar intuition. with. Lisa McCormick

VOLUME ONE. Getting Started with Guitar presents: guitar intuition. with. Lisa McCormick VOLUME ONE Getting Started with Guitar presents: guitar intuition with Lisa McCormick 2009 Lisa McCormick. All rights reserved. Guitar Intuition is a Lisa McCormick Music, LLC publication. Welcome to Guitar

More information

Excel TGI Football Game DELUXE Instructions & Help File

Excel TGI Football Game DELUXE Instructions & Help File Excel TGI Football Game DELUXE Instructions & Help File The Excel TGI Football Game DELUXE is a training game that features your own questions in a realistic football game. Class participants learn while

More information

Game Development Life Cycle. Jaanus Jaggo

Game Development Life Cycle. Jaanus Jaggo Game Development Life Cycle Jaanus Jaggo 1 Game development life cycle (GDLC) Different from standard software development? 2 Game development life cycle (GDLC) Different from standard software development.

More information

Elicitation, Justification and Negotiation of Requirements

Elicitation, Justification and Negotiation of Requirements Elicitation, Justification and Negotiation of Requirements We began forming our set of requirements when we initially received the brief. The process initially involved each of the group members reading

More information

Story Platforms. A 3d Print and play tabletop game system

Story Platforms. A 3d Print and play tabletop game system Story Platforms A 3d Print and play tabletop game system What's needed? 1 Platform per player 4 CPR Dice per player 2 six sided die per player 1 deck of 50 Story Platform Cards 10 Hit Point markers per

More information

Learn4good ffx runner

Learn4good ffx runner Learn4good ffx runner Your browser window width is too small or your screen resolution is too low for this game to load here. To play, you need to increase your browser window size or use a higher resolution

More information

Spellodrome Student Console

Spellodrome Student Console Spellodrome Student Console A guide to using the Spellodrome learning space Spellodrome is a captivating space which provides learners with all the tools they need to be successful, both in the classroom

More information

[Version 2.0; 9/4/2007]

[Version 2.0; 9/4/2007] [Version 2.0; 9/4/2007] MindPoint Quiz Show / Quiz Show SE Version 2.0 Copyright 2004-2007 by FSCreations, Inc. Cincinnati, Ohio ALL RIGHTS RESERVED The text of this publication, or any part thereof, may

More information

THE AGE OF DETERRENCE IS NOW THE AGE OF CONTROL. HE WHO CONTROLS THE BATTLEFIELD, CONTROLS HISTORY.

THE AGE OF DETERRENCE IS NOW THE AGE OF CONTROL. HE WHO CONTROLS THE BATTLEFIELD, CONTROLS HISTORY. AGES 0+ -5 PLAYERS FIELD GUIDE WAR HAS CHANGED PMCs (Private Military Companies) have taken the place of state armies as the world s primary war machines. As the fires of war continue to spread, take command

More information

CS 251 Intermediate Programming Space Invaders Project: Part 3 Complete Game

CS 251 Intermediate Programming Space Invaders Project: Part 3 Complete Game CS 251 Intermediate Programming Space Invaders Project: Part 3 Complete Game Brooke Chenoweth Spring 2018 Goals To carry on forward with the Space Invaders program we have been working on, we are going

More information

CONTENTS WHAT IS TITANFALL? INSTALLATING THE GAME NOTE: For system requirements, see

CONTENTS WHAT IS TITANFALL? INSTALLATING THE GAME NOTE: For system requirements, see TM CONTENTS WHAT IS TITANFALL?... 2 CONTROLS... 3 MAIN MENU... 7 JOINING A GAME... 7 WHAT IS TITANFALL? For many years, the citizens of the Frontier have been displaced by the IMC s pursuit of natural

More information

Tac Due: Sep. 26, 2012

Tac Due: Sep. 26, 2012 CS 195N 2D Game Engines Andy van Dam Tac Due: Sep. 26, 2012 Introduction This assignment involves a much more complex game than Tic-Tac-Toe, and in order to create it you ll need to add several features

More information

CS151 - Assignment 2 Mancala Due: Tuesday March 5 at the beginning of class

CS151 - Assignment 2 Mancala Due: Tuesday March 5 at the beginning of class CS151 - Assignment 2 Mancala Due: Tuesday March 5 at the beginning of class http://www.clubpenguinsaraapril.com/2009/07/mancala-game-in-club-penguin.html The purpose of this assignment is to program some

More information

Comprehensive Rules Document v1.1

Comprehensive Rules Document v1.1 Comprehensive Rules Document v1.1 Contents 1. Game Concepts 100. General 101. The Golden Rule 102. Players 103. Starting the Game 104. Ending The Game 105. Kairu 106. Cards 107. Characters 108. Abilities

More information

110 cards, which are used to resolve battles between the Condottieri.

110 cards, which are used to resolve battles between the Condottieri. Introduction During the Renaissance, Italy was divided into numerous independent city-states, sometimes friendly, sometimes hostile. The best known of these were Genoa, Florence, the Duchy of Milan, and

More information

Technical Field Manual

Technical Field Manual Technical Field Manual Rev 1.04.00 Risk Godstorm Technical Field Manual 2 Table of Contents Revision History... 5 List of Tables... 6 List of Figures... 6 1. Introduction... 7 1.1. Overview... 7 1.2. Updates...

More information

Napoleon s Triumph. Rules of Play (draft) Table of Contents

Napoleon s Triumph. Rules of Play (draft) Table of Contents Rules of Play (draft) Table of Contents 1. Game Equipment... 2 2. Introduction to Play... 2 3. Playing Pieces... 2 4. The Game Board... 2 5. Scenarios... 3 6. Setting up the Game... 3 7. Sequence of Play...

More information

Shuffle the chance cards and place them face down on the alloted space on the board.

Shuffle the chance cards and place them face down on the alloted space on the board. millatoner games 2006 Cycling game for 3 to 6 players. Equipment 1 game board (in 4 parts) 42 cyclists in 6 different colours 1 rainbow jersey cyclist, who represents the pack 2 dice, one white and one

More information

Free Shipping for all USA orders!

Free Shipping for all USA orders! Free Shipping for all USA orders! The Game Board The game board shows New York City and surrounding land and water areas. Locations are on land areas. Game units are placed on locations during game play.

More information

Final Project Specification

Final Project Specification Rebellion Final Project Specification CSS 450 Fall 2010 Alexander Dioso Table of Contents Table of Contents Purpose Objective Objects Units Idle Move Attack Coerce Buildings Train Unit / Train All Remove

More information

Operation Blue Metal Event Outline. Participant Requirements. Patronage Card

Operation Blue Metal Event Outline. Participant Requirements. Patronage Card Operation Blue Metal Event Outline Operation Blue Metal is a Strategic event that allows players to create a story across connected games over the course of the event. Follow the instructions below in

More information

1.- Historical Introduction... Pág The Barbarossa Game... Pág Playing on a compute... Pág. 5

1.- Historical Introduction... Pág The Barbarossa Game... Pág Playing on a compute... Pág. 5 INDEX 1.- Historical Introduction.... Pág. 2.- The Barbarossa Game.... Pág. 4.- Playing on a compute..... Pág. 5 4.- Playing in Internet or Local Network. Pág. 7 5.- Game Options.... Pág. 10 6.- Sequences

More information

Kingdoms of the Middle Sea A game for the piecepack by Phillip Lerche

Kingdoms of the Middle Sea A game for the piecepack by Phillip Lerche Kingdoms of the Middle Sea A game for the piecepack by Phillip Lerche Version 1.1, March 15, 2003 2-4 Players, 60-120 minutes Author and copyright by Phillip Lerche Equipment to play One piecepack (see

More information

Project 1: A Game of Greed

Project 1: A Game of Greed Project 1: A Game of Greed In this project you will make a program that plays a dice game called Greed. You start only with a program that allows two players to play it against each other. You will build

More information

Supervillain Rules of Play

Supervillain Rules of Play Supervillain Rules of Play Legal Disclaimers & Remarks Trademark & Copyright 2017, Lucky Cat Games, LLC. All rights reserved. Any resemblance of characters to persons living or dead is coincidental, although

More information

Absolute Backgammon for the ipad Manual Version 2.0 Table of Contents

Absolute Backgammon for the ipad Manual Version 2.0 Table of Contents Absolute Backgammon for the ipad Manual Version 2.0 Table of Contents Game Design Philosophy 2 Game Layout 2 How to Play a Game 3 How to get useful information 4 Preferences/Settings 5 Main menu 6 Actions

More information

Contents. Game Design Spartaco Albertarelli and Angelo Zucca. Production Manager David Preti. Illustrations Edouard Guiton and Miguel Coimbra

Contents. Game Design Spartaco Albertarelli and Angelo Zucca. Production Manager David Preti. Illustrations Edouard Guiton and Miguel Coimbra Game Design Spartaco Albertarelli and Angelo Zucca Art director Paolo Parente Production Manager David Preti Illustrations Edouard Guiton and Miguel Coimbra Graphics Matthias Haddad Game board Nicolas

More information

How to Win Axis and Allies Style Games

How to Win Axis and Allies Style Games How to Win Axis and Allies Style Games October 31, 2006 Alan Richbourg Why Try? Whether you win or lose, especially in the long run, it s most rewarding for all players if they all make a reasonable effort

More information

PROFILE. Jonathan Sherer 9/30/15 1

PROFILE. Jonathan Sherer 9/30/15 1 Jonathan Sherer 9/30/15 1 PROFILE Each model in the game is represented by a profile. The profile is essentially a breakdown of the model s abilities and defines how the model functions in the game. The

More information

Zero-G IMPACT DESIGNER USER MANUAL"

Zero-G IMPACT DESIGNER USER MANUAL Zero-G IMPACT DESIGNER USER MANUAL" CONTENTS:" Overview General Principle Of The Impact Designer The MIDI Keys Saving Your Settings GUI: PRE HIT, HIT, BOOM and DECAY Random Button Bottom Row Of Knobs Master

More information

Tanki online unblocked 66

Tanki online unblocked 66 > > Tanki online unblocked 66 Though it has been mentioned how games are really common nowadays, but let us look even deeper. There are places such as schools, offices where computers may not be allowed

More information

OZOBLOCKLY BASIC TRAINING LESSON 1 SHAPE TRACER 1

OZOBLOCKLY BASIC TRAINING LESSON 1 SHAPE TRACER 1 OZOBLOCKLY BASIC TRAINING LESSON 1 SHAPE TRACER 1 PREPARED FOR OZOBOT BY LINDA MCCLURE, M. ED. ESSENTIAL QUESTION How can we make Ozobot move using programming? OVERVIEW The OzoBlockly games (games.ozoblockly.com)

More information

6/13/18. games. by justin. *all images courtesy of justin s low-quality phone cameras

6/13/18. games. by justin. *all images courtesy of justin s low-quality phone cameras 6/13/18 games by justin *all images courtesy of justin s low-quality phone cameras today s goals types of games the fleischmann classics tips + tricks turning pro what games we talkin? what games we talkin?

More information

Sudoku Tutor 1.0 User Manual

Sudoku Tutor 1.0 User Manual Sudoku Tutor 1.0 User Manual CAPABILITIES OF SUDOKU TUTOR 1.0... 2 INSTALLATION AND START-UP... 3 PURCHASE OF LICENSING AND REGISTRATION... 4 QUICK START MAIN FEATURES... 5 INSERTION AND REMOVAL... 5 AUTO

More information

Review of Brigandine: The Legend of Forsena

Review of Brigandine: The Legend of Forsena CIS 587 Assignment 2 Fall 2006 Ryan Beehler 06214776 Review of Brigandine: The Legend of Forsena By: Ryan Beehler Introduction Brigandine: The Legend of Forsena is a strategy/rpg Playstation 1 game by

More information

Civil War Battles Main Program Help File

Civil War Battles Main Program Help File Civil War Battles Main Program Help File Introduction This help file is a common help file for the main programs of the Campaign Series of Civil War games. All menus and dialogs associated with the Main

More information

The 8 th International Scientific Conference elearning and software for Education Bucharest, April 26-27, / X

The 8 th International Scientific Conference elearning and software for Education Bucharest, April 26-27, / X The 8 th International Scientific Conference elearning and software for Education Bucharest, April 26-27, 2012 10.5682/2066-026X-12-153 SOLUTIONS FOR DEVELOPING SCORM CONFORMANT SERIOUS GAMES Dragoş BĂRBIERU

More information

Escape the Nightmare

Escape the Nightmare Escape the Nightmare Objective You and your friends are trapped in a nightmare guarded by monstrous wardens. You must work together to escape, by harnessing aspects of the nightmare to defeat the wardens.

More information

Distribution in Poland: Rebel Sp. z o.o. ul. Budowlanych 64c, Gdańsk

Distribution in Poland: Rebel Sp. z o.o. ul. Budowlanych 64c, Gdańsk 1 Game rules: Fréderic Moyersoen Project management: Krzysztof Szafrański and Maciej Teległow Editing and proofreading: Wojciech Ingielewicz DTP: Maciej Goldfarth and Łukasz S. Kowal Illustrations: Jarek

More information