https://github.com/schell/blocks-ios
Haskell iPhone Tetris Clone
https://github.com/schell/blocks-ios
Last synced: 6 months ago
JSON representation
Haskell iPhone Tetris Clone
- Host: GitHub
- URL: https://github.com/schell/blocks-ios
- Owner: schell
- Created: 2013-12-21T00:17:41.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-05T02:01:52.000Z (about 12 years ago)
- Last Synced: 2025-06-26T15:52:30.326Z (8 months ago)
- Language: Objective-C
- Size: 4.88 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
blocks-ios
==========
This is an attempt to port my tetris clone to the iphone.
building
--------
[First you'll need a cross-compiling GHC that targets iOS(arm)](https://ghc.haskell.org/trac/ghc/wiki/Building/CrossCompiling/iOS)
Currently I'm trying to build the Haskell portion of the project with cabal.
arm-apple-darwin10-cabal --config-file=path/to/a/new/arm-config build
Then add the resulting `dist-arm/build/Blocks/Blocks.a` to the Xcode project
and build as normal.
I'm running into linking errors currently but should have it figured out over
the holidays.