jellyr / nario

Super Nario - Haskell clone (mirror)

Home Page:http://svn.coderepos.org/share/lang/haskell/nario/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make "Super Nario GC"
http://d.hatena.ne.jp/authorNari/20080422/1208880928

in Haskell



* Operation
	Cursor key, ijkl
		Move up, down, left, right

	Space key, z
		Jump (A button)

	Shift key
		Dash (B button)

	Escape key
		Quit application



* Files
	data
	data/img
		images



* Environment
	Haskell compiler (GHC)

	SDL
	http://www.libsdl.org/

	HSDL
	http://fxp.hp.infoseek.co.jp/haskell/HSDL/

  * Build
	make

  * Execute
	make run



* Reference
	Super Nario GC
	http://d.hatena.ne.jp/authorNari/20080422/1208880928

	1-1 map
	http://www.geocities.co.jp/SiliconValley-Sunnyvale/6160/newtech/m11.htm

	Font
	http://qtchicks.hp.infoseek.co.jp/fonts-nintendo.html

	unsafeInterleaveIO
	http://d.hatena.ne.jp/tanakh/20040803#p1

	Existential type
	http://d.hatena.ne.jp/syd_syd/20080805#p2

	Cyclic import problem in Haskell
	http://d.hatena.ne.jp/ABA/20060627#p1

About

Super Nario - Haskell clone (mirror)

http://svn.coderepos.org/share/lang/haskell/nario/


Languages

Language:Haskell 97.7%Language:Makefile 1.6%Language:C 0.7%