Skip to content

Marcellinom/simpleGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Very Simple Movement Game

Movement

WASD / Arrow key to move

Goal

reach 10 levels to win

Game Mechanics

> asteroids ('0') randomly reinitialize each level
> dont touch the wall or the asteroids 

Functions

changePos function is a utility function for move function

bool changePos(char *nmap, char *omap) {
// --
}
void moveUp(char map[][mapX]) {
  if(!changePos(/* argument */))
      endscreen();
}

fairly easy to understand tbh

About

made this because im bored :/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages