Init commit
This commit is contained in:
commit
83e6c9e1f0
41 changed files with 1455 additions and 0 deletions
11
code-samples/frogger/README.md
Normal file
11
code-samples/frogger/README.md
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# Frogger
|
||||
## Controls
|
||||
### Movement
|
||||
Arrow keys (up, right, down, left)
|
||||
### Exit
|
||||
Esc key
|
||||
## Installation
|
||||
```git clone XXX && cd frogger```
|
||||
## Make
|
||||
```make frogger``` makes switch-case realisation of fsm which you can observe in file src/fsm.c \
|
||||
```make frogger_fsmtable``` makes fsm realisation based on matrix of pointers on state-control functions which you can observe in file src/fsm_matrix.c
|
||||
Loading…
Add table
Add a link
Reference in a new issue