User:Zzo38/Elemental Solitaire: Difference between revisions

From NESdev Wiki
Jump to navigationJump to search
(Created page with "This is a solitaire card game invented by Adrian Morgan. I am making the Famicom implementation. You can include it in Action 53 if you want to! I am OK with that. However, y...")
 
m (Rainwarrior moved page Elemental Solitaire to User:Zzo38/Elemental Solitaire: move progress page to userspace)
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
This is a solitaire card game invented by Adrian Morgan. I am making the Famicom implementation.
This is a solitaire card game invented by Adrian Morgan. I am making the Famicom implementation.
You can include it in Action 53 if you want to! I am OK with that. However, you may want to contact Adrian Morgan about it too, if you do that.


== Overview ==
== Overview ==
Line 15: Line 13:
* Started on: August 2012
* Started on: August 2012
* Status: In progress
* Status: In progress
* Expected date: November 2012
* Expected date: Unknown
* Will make cart: Probably not. (If so, will be 60-pins and still available for free.)
* Will make cart: Probably not.
* PRG-ROM: 8 KiB
* PRG-ROM: 8 KiB
* CHR-ROM: Same as PRG-ROM (it is a duplicate ROM)
* CHR-ROM: Same as PRG-ROM (it is a duplicate ROM)
Line 25: Line 23:
* License: Public domain (including source-codes)
* License: Public domain (including source-codes)
* Tested on official hardware: No (anyone who can do so, please do)
* Tested on official hardware: No (anyone who can do so, please do)
* Action 53 compatibility: Probably


== External Resource ==
== External Resources ==
* [http://quidjfravzgembtchowlkspynx.com/elemental/help.htm Rules of game]
* [http://quidjfravzgembtchowlkspynx.com/elemental/help.htm Rules of game]
* <strike>Screenshots</strike>
* <strike>Download</strike>
* <strike>Download</strike>
[[Category:Unfinished homebrew games]]

Latest revision as of 00:07, 18 March 2023

This is a solitaire card game invented by Adrian Morgan. I am making the Famicom implementation.

Overview

  • Project owner: zzo38
  • Developer: zzo38
  • Artist: zzo38
  • Music: zzo38
  • Music engine: Simple monophonic just intonation engine
  • Compiler: Unofficial MagicKit
  • Other tools: Famitile
  • Mapper: NROM
  • Mirroring: Doesn't care
  • Started on: August 2012
  • Status: In progress
  • Expected date: Unknown
  • Will make cart: Probably not.
  • PRG-ROM: 8 KiB
  • CHR-ROM: Same as PRG-ROM (it is a duplicate ROM)
  • PRG-RAM: 0
  • CHR-RAM: 0
  • Players: 1
  • Controllers: Standard
  • License: Public domain (including source-codes)
  • Tested on official hardware: No (anyone who can do so, please do)
  • Action 53 compatibility: Probably

External Resources