Init commit

This commit is contained in:
Administrator 2024-02-22 10:34:16 +00:00
commit 83e6c9e1f0
41 changed files with 1455 additions and 0 deletions

View 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