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

https://github.com/droc101/apcs-final

old school fps written in (mostly) java
https://github.com/droc101/apcs-final

ap-computer-science-a final fps game java old-school school

Last synced: over 1 year ago
JSON representation

old school fps written in (mostly) java

Awesome Lists containing this project

README

          

# teehee
This is my AP CSA final project. It's an old school FPS written in (mostly) java.

### File Structure
/ = Main java code
/native = Native helper library (C)
/texture = All textures and sprites
/levels = Level files

### Compiling
Tested on Linux x64 and Windows 11
run `make native` to compile the native library
run `make java` to compile the java classes
NOTE: To compile for windows, you'll need to cd into native and run `make -f Makefile.WIN64` (still compiling on linux tho)

Chances are you'll need to edit the makefile in the native folder to point to your JDK header locations.

### Windows?
Yes, but good luck compiling it.