Skip to content

pgarncarek/Victory-Battle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Some notes about code formatting:
- open brace should be in the same line that function/class/etc declaration.
Right:
int right(int way) {

}
Wrong:
int wrong(int way)
{

}

- use tabs in code indentation (We say NO! to spaces)

About

Shooter in 2D - people against aliens

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published