Skip to content

anixne/cprojects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages