Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 754 Bytes

README.md

File metadata and controls

26 lines (23 loc) · 754 Bytes

BlackJack project for CSC 478

Build System Requirements

  • Java 8
  • Operating Systems: Mac OS, Windows 7 or newer
  • Memory: 2 GB RAM
  • Graphics: Capable of OpenGL 3.3+ support
  • Storage: 200 MB
  • Eclipse 2018 or higher

Build Instructions

Windows

1. Clone repository
2. Run scripts/GenerateProject_Windows.bat
3. Eclipse -> File -> Import -> BlackJack
4. Run src/engine.main.java

Mac

1. Clone repository
2. Run scripts/GenerateProject_Mac.command
3. Eclipse -> File -> Import -> BlackJack
4. Right click src/engine/Main.java -> Properties
5. Run/Debug Settings -> New... -> Java Application -> Arguments Tab
6. VM arguments add: -XstartOnFirstThread
7. Apply -> Ok -> Apply and Close
8. Run src/engine.main.java