Initial commit

This commit is contained in:
EvilMuffinHa 2020-05-07 13:59:12 -04:00 committed by GitHub
commit 672cab2424
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 25 additions and 0 deletions

23
.gitignore vendored Normal file
View File

@ -0,0 +1,23 @@
# Compiled class file
*.class
# Log file
*.log
# BlueJ files
*.ctxt
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*

2
README.md Normal file
View File

@ -0,0 +1,2 @@
# Helium-Engine
Java game engine using LWJGL