An open API service indexing awesome lists of open source software.

https://github.com/xdanep/vector

A videogame project written in C.
https://github.com/xdanep/vector

cli-app game-development linux videogame

Last synced: about 1 year ago
JSON representation

A videogame project written in C.

Awesome Lists containing this project

README

          

# Vector
Vector is a brand new open source project that you can use to build your own snake-like or pacman-like game in C. Even
if you don't know a lot about programming, this base will help you to finish your project quickly.
You can also use this code to learn about the algorithm that i used.

Vector is now a full video game, you can see how it is in the screenshots below.
You must reach the highest score possible by running away from your enemies.

The project have this features:
- A simple main menu
- A new game section
- Possibility to load game
- An options section with language and music switchers
- Controls menu

You can see your score history at ~/.config/vector/score.txt

I hope this will be useful to you. Thanks for using Vector.

# Instalation:
- Open vector's folder
- Open terminal
- make, make install
- Play

Below you can find compiling commands.

# WARNING!
- You must follow the instalation guide, otherwise music will not be playing and program will not work properly. Also you can copy manually music files in this directoy /opt/vector/music/

# Screenshots:









# Dependencies:

### -`ncurses`

### -`gcc`

### -`sdl2`

### -`sdl2_mixer`

### -`libbsd`

# To compile:

### $`make`

### $`make run` run program

### $`make clean` remove compile and executable files

### $`make install` install program

### $`make uninstall` uninstall program

# Future Features
I want your help to continue the project, here's a list of features that I would like to add:
- Spanish support
- GUI