anixne / cprojects

my projects while learning the c lang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

my projects while learning the c lang


Languages

Language:C 100.0%