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
- Host: GitHub
- URL: https://github.com/droc101/apcs-final
- Owner: droc101
- Created: 2023-05-11T14:16:37.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-18T16:22:59.000Z (about 2 years ago)
- Last Synced: 2025-01-06T07:12:05.120Z (over 1 year ago)
- Topics: ap-computer-science-a, final, fps, game, java, old-school, school
- Language: Java
- Homepage:
- Size: 2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.