User:Zzo38/Famicom Hangman: Difference between revisions

From NESdev Wiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 11: Line 11:
* Compiler: Unofficial MagicKit
* Compiler: Unofficial MagicKit
* Other tools: Famitile, Glasgow Haskell Compiler
* Other tools: Famitile, Glasgow Haskell Compiler
* Mapper: 70
* Mapper: [[iNES Mapper 070|70]]
* Mirroring: Doesn't care
* Mirroring: Doesn't care
* Started on: September 2012
* Started on: September 2012

Revision as of 00:22, 1 October 2012

This is hangman game on Famicom.

Since not all phrases are complete, if you have any suggestion then I will add it on. The length of each one is limited to 32, although it should be limited to 30 so that it doesn't get cut off on edge of TV screen. You can use alphabet, digits, spaces, and punctuation. It could be a single word, or a phrase of multiple words.

Overview

  • Project owner: zzo38
  • Developer: zzo38
  • Artist: zzo38
  • Music: zzo38
  • Music engine: SMJIE
  • Compiler: Unofficial MagicKit
  • Other tools: Famitile, Glasgow Haskell Compiler
  • Mapper: 70
  • Mirroring: Doesn't care
  • Started on: September 2012
  • Status: Program done; phrases 514/7680
  • Expected date: Unknown
  • Will make cart: Doubtful; possible trademark issues
  • PRG-ROM: 256 KiB
  • CHR-ROM: 8 KiB
  • PRG-RAM: 0
  • CHR-RAM: 0
  • Players: 1
  • Controllers: Keyboard
  • License: Public domain (including source-codes)
  • Tested on official hardware: No (anyone who can do so, please do)
  • Action 53 compatibility: No (too large ROM, wrong mapper, requires keyboard, possible trademark issues)

External Resource