-
Notifications
You must be signed in to change notification settings - Fork 2
eugenis/digger-nacl
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a NativeClient port of an SDL port of Digger game (www.digger.com). To build, get NaCl SDK, set NACL_SDK_ROOT env variable, and do make -f Makefile.sdl clean && CC=nacl-gcc CXX=nacl-g++ LD=nacl-g++ make -f Makefile.sdl && cp digger www/digger_x86_32.nexe && \ make -f Makefile.sdl clean && CC=nacl64-gcc CXX=nacl64-g++ LD=nacl64-g++ make -f Makefile.sdl && cp digger www/digger_x86_64.nexe && \ python httpd.py
About
NativeClient port of Digger game
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published