Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ctomni231/cwtactics
/ types & classes
Types & classes
21 in github.com/ctomni231/cwtactics
⨍
Functions
896
◇
Types & classes
21
Class
BattleScreen
src/com/cwt/screen/BattleScreen.java:11
Class
CWTactics
src/com/cwt/CWTactics.java:8
Class
CWTacticsOld
src/com/cwt/CWTacticsOld.java:15
Class
FileFind
FileFind.java A simple remix of FileManager. This class looks for files in the current directory, then stores them into an array of FileIndex. Has fu
src/com/jslix/io/FileFind.java:26
Class
FileIndex
FileIndex.java A remix of FileHolder. This class will simplify a file to its resourcePath. @author Carr, Crecen @license Look into "LICENSE" file fo
src/com/jslix/io/FileIndex.java:14
Class
ImgHolder
ImgHolder.java A remix of ImageHolder. The ImgHolder helps store images in an ImageLibrary. Stripped out the Slick stuff. @author Carr, Crecen @lice
src/com/jslix/image/ImgHolder.java:19
Class
ImgLibrary
ImgLibrary.java A remix of ImageSorter, ImgLibrary helps with organizing and sectioning images. It performs recolors, resizes images, stores images,
src/com/jslix/image/ImgLibrary.java:30
Class
ImgLoader
ImgLoader.java A remix of ImageLoader. Gives functions in helping to load awtImages from within the .jar, on a web page, or within a relative folder.
src/com/jslix/image/ImgLoader.java:29
Class
JSONLibrary
JSON_Library This is a class created for both reading and writing JSON files. @author Carr, Crecen @license Look into "LICENSE" file for further inf
src/com/jslix/io/JSONLibrary.java:26
Class
JSlix
src/com/jslix/JSlix.java:21
Class
JukeBox
JukeBox.java The JukeBox class makes the music and sound files playable from anywhere in the system. @author Carr, Crecen @license Look into "LICENS
src/com/jslix/sound/JukeBox.java:13
Class
KeyIndex
KeyIndex.java A remix of UserAction that holds information regarding key and mouse presses. Makes it easier to get keyboard and mouse actions from th
src/com/jslix/KeyIndex.java:15
Class
KeyPress
A simple remix of UserAction. Instead of storing keyboard and mouse actions, this class will help translate Slick key presses into Java key presses an
src/com/jslix/KeyPress.java:17
Class
MainGame
src/com/cwt/screen/MainGame.java:9
Class
MusicHolder
MusicHolder.java The MusicHolder helps store music files in a MusicLibrary. @author Carr, Crecen @license Look into "LICENSE" file for further infor
src/com/jslix/sound/MusicHolder.java:12
Class
MusicLibrary
MusicLibrary.java A remix of SFX in the original CW. MusicLibrary helps with the organizing, sectioning, and playback of music files. It performs mus
src/com/jslix/sound/MusicLibrary.java:36
Class
MusicListener
MusicListener.java This works with the Music Library to tell when a file is performing a playback. @author Carr, Crecen @license Look into "LICENSE"
src/com/jslix/sound/MusicListener.java:16
Class
Screen
Screen.java v1.0 Coded by: Crecen Carr (JakeSamiRulz) Design by: Clinton Nolan (Urusan) Created/Modified: July 9, 2020<p> Screen.java<p> The Screen
src/com/jslix/Screen.java:24
Class
ScreenLibrary
ScreenLibrary.java A remix of PraxisLibrary and SlixLibrary. Used to hold a list of Screens/States and store them for display for both the Java2D and
src/com/jslix/ScreenLibrary.java:17
Class
TestBed
A playground for testing the different features of the program @author Carr, Crecen @version 12.27.20
src/com/cwt/screen/TestBed.java:21
Class
Timer
Timer.java A regulation for the amount of time taken regulated by system time instead of a frame rate. Counts to 1000 milliseconds and restarts. Usin
src/com/jslix/Timer.java:15