File: README

package info (click to toggle)
gauche-c-wrapper 0.5.4-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 3,892 kB
  • ctags: 2,869
  • sloc: ansic: 14,863; sh: 14,017; lisp: 6,822; asm: 6,456; makefile: 541; exp: 194; cpp: 157; objc: 144; perl: 2
file content (17 lines) | stat: -rw-r--r-- 370 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
breakout.scm is an example of using c-wrapper and SDL.

- How to play
  (1) Install SDL and SDL_mixer.
  (2) Create sdlib.so.
      % make
  (3) Run breakout.scm.
      % make run
  
- Key binding
  'z':   The paddle moves left.
  'x':   The paddle moves right.
  space: Shoot a ball.

Note:
  cursor5.wav and cursor6.wav are downloaded from http://www.tam-music.com/.