Difference between revisions of "War of Wizards"

From RogueBasin
Jump to navigation Jump to search
m (no need to put the license stuff here)
m (Add link to Fantasy.)
 
(7 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{game-7drl|name = War of Wizards
{{game-7drl|name = War of Wizards
|developer = [[Icey]]
|developer = [[Robson]]
|influences = None
|influences = None
|theme = Fantasy
|theme = [[Fantasy]]
|released = 16 March 2007
|released = 2007 Mar 16
|updated =  
|updated =  
|language = [[Visual Basic]] 6
|language = [[Visual Basic]] 6
|platforms = [[Windows]]
|platforms = [[Windows]]
|licensing = [[Open Source]] (GPL)
|licensing = [[Open Source]] ([[GPL]])
|interface = [[ASCII]]
|interface = [[ASCII]]
|site = http://roguebasin.roguelikedevelopment.org/index.php?title=War_of_Wizards
|site = http://roguebasin.roguelikedevelopment.org/index.php?title=War_of_Wizards
|length = 1-10 minutes
|length = 1-10 minutes
}}
}}
== War of Wizards ==


War of Wizards is a two-player wizard-versus-wizard battle of magic in the roguelike style.
War of Wizards is a two-player wizard-versus-wizard battle of magic in the roguelike style.


This game was created during the 7DRL Contest 2007. Details about the creation can be found here: http://tinyurl.com/2a65kd
This game was created during the [[7DRL Contest 2007]]. Details about the creation can be found [http://tinyurl.com/2a65kd here].


War of Wizards can be downloaded from http://iceyboard.no-ip.org/files/War_of_Wizards.zip
War of Wizards can be downloaded [http://iceyboard.no-ip.org/files/War_of_Wizards.zip here].


== Requirements ==
== Requirements ==
Line 35: Line 33:
To play, one player should open the game and go to ''Connection'' > ''Listen''. They should tell the other player their IP address, who would then open the game and go to ''Connection'' > ''Connect...'' and enter the IP address.
To play, one player should open the game and go to ''Connection'' > ''Listen''. They should tell the other player their IP address, who would then open the game and go to ''Connection'' > ''Connect...'' and enter the IP address.


You can find your IP address by going to http://whatismyip.com
You can find your IP address [http://whatismyip.com here].


== Controls ==
== Controls ==
Line 41: Line 39:
Control is done using the number pad, except for chatting.
Control is done using the number pad, except for chatting.


* Numberpad 12346789 - Movement
* Number pad 12346789 : Movement
* / - * - Cast spell
* / * - : Cast spell
* Enter - End turn
* Enter : End turn
* Space - Chat
* Space : Chat


== Spells ==
== Spells ==
Line 70: Line 68:
== Thank You ==
== Thank You ==


Thank you to Mario Donick for testing the game and giving me lots of great feedback.                                   
Thank you to [[Mario Donick]] for testing the game and giving me lots of great feedback.                                   


Thank you to Slash for his words of wisdom and for promising to test it in the future.
Thank you to [[Slash]] for his words of wisdom and for promising to test it in the future.


== Testing ==
== Testing ==
Line 79: Line 77:


You can then play as both players, by switching between each window.
You can then play as both players, by switching between each window.
== See also ==
* [[War of Wizards: Plan]]
== Links ==
* [http://magazine.roguelike.us/rtm_issue1_a_warofwizards.html Review] in the [[Roguelike Magazine]] Issue #1
* [http://www.roguetemple.com/reviews/war-of-wizards-icey/ Review] at the [[Temple of the Roguelike]]

Latest revision as of 02:36, 19 May 2017

War of Wizards
7DRL
Developer Robson
Theme Fantasy
Influences None
Released 2007 Mar 16
Updated
Licensing Open Source (GPL)
P. Language Visual Basic 6
Platforms Windows
Interface ASCII
Game Length 1-10 minutes
Official site of War of Wizards


War of Wizards is a two-player wizard-versus-wizard battle of magic in the roguelike style.

This game was created during the 7DRL Contest 2007. Details about the creation can be found here.

War of Wizards can be downloaded here.

Requirements

  1. Windows.
  2. VB6 Run Time Library - If you need this, you'll get an error about missing msvbvm60.dll. The library can be download from http://tinyurl.com/37lyd
  3. Winsock Library - If you need this, you'll get an error about missing MSWINSCK.OCX. This file is included with the game, so just copy it to c:\windows\system32\ and then go to Start > Run and enter regsvr32 c:\windows\system32\MSWINSCK.OCX

Playing

War of Wizards is a two player game that's played over the Internet. Each player is a wizard in a random dungeon. Each turn they can move around and are given three random spells that they can cast. When a wizard is killed the other wizard wins.

In testing I've had a few problems with connecting to other computers, but hopefully you will have more luck than I had.

To play, one player should open the game and go to Connection > Listen. They should tell the other player their IP address, who would then open the game and go to Connection > Connect... and enter the IP address.

You can find your IP address here.

Controls

Control is done using the number pad, except for chatting.

  • Number pad 12346789 : Movement
  • / * - : Cast spell
  • Enter : End turn
  • Space : Chat

Spells

  • Blink - Moves the caster to a random new location.
  • Demolition - Dungeon walls around the caster are destroyed.
  • Detection - The location of the opponent is known to you.
  • Firestorm - Fire erupts from the caster, burning anyone around.
  • Forced Forget - The opponent forgets the dungeon layout.
  • Lightning Bolts - Four massive rays shoot out from the caster.
  • Magic Mapping - A section of the dungeon becomes known to you.
  • Mass Blink - Moves both wizards to new random locations.
  • Navigate - Paths are created in four directions from the caster.
  • Rays of Cold - Eight magical rays shoot out from the caster.

Thank You

Thank you to Mario Donick for testing the game and giving me lots of great feedback.

Thank you to Slash for his words of wisdom and for promising to test it in the future.

Testing

To test War of Wizards without playing against someone over the Internet, open the game and press Shift+F12. This will create another instance of the application. Press Control+L to make one instance listen then switch to the other instance. Press Control+C and then connect to 127.0.0.1

You can then play as both players, by switching between each window.

See also

Links