Skip to content
This repository has been archived by the owner on Feb 10, 2025. It is now read-only.

Latest commit

 

History

History
19 lines (15 loc) · 642 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 642 Bytes

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.