Skip to content

Latest commit

 

History

History
100 lines (76 loc) · 1.37 KB

README.md

File metadata and controls

100 lines (76 loc) · 1.37 KB

cProjects

Usage

Clone this repository

git clone https://github.com/anixne/cprojects
cd cprojects
atgame

Windows

bin\atgame.exe

Linux

to run the executable file you will need wine.

wine bin/atgame.exe

Gameplay

E - exit
W - up
S - down
A - left
D - right.

Enjoy.

image

Conclusion

If you have problems or ideas create a new issue.

arkanoid

Windows

bin\arkanoid.exe

Linux

to run the executable file you will need wine.

wine bin/arkanoid.exe

Gameplay

Esc - exit
W - start
A - left
D - right.

image

image

image

Enjoy.

snowGenerator

Windows

bin\genesnow.exe

Linux

to run the executable file you will need wine.

wine bin/genesnow.exe

image

Audio duration calculator

This script calculates all audio files duration in the folder

Requirments:

sudo pacman -S ffmpeg
cd src
gcc audio_duration.c -o audio_duration -lavformat -lavcodec -lavutil -lm

Usage

./audio_duration /path/to/audio/file