Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yukaii/ping-pong-oshw2

作業系統之執行緒作業...結果沒用到XDD
https://github.com/yukaii/ping-pong-oshw2

Last synced: 13 days ago
JSON representation

作業系統之執行緒作業...結果沒用到XDD

Awesome Lists containing this project

README

        

#作業系統作業二 - 執行緒之 Ping Pong
##概覽
###界面
![1](gameplay.gif)
![help](help.png)
![param](param.png)
![win](win.png)

##OSX 環境設定

```bash
brew install ncurses
brew ln ncurses --force
make && ./pong
```

##基本操作
```
1p
up: w
down: s
increase: d
decrease: a
2p
up: i
down: k
increase: j
decrease: l

speed up: +
slow down: -
display help: h
display param: p
pause: `
```

##References
* https://github.com/yoxisem544/oshw2
* http://tldp.org/HOWTO/NCURSES-Programming-HOWTO/index.html