All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download games-core JAR 0.0.1 with all dependencies


A core library to help implement two players games.

Files of the artifact games-core version 0.0.1 from the group com.fathzer.

Test

Download games-core (0.0.1)
Artifact games-core
Group com.fathzer
Version 0.0.1
Organization not specified
URL https://github.com/fathzer-games/games-core
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
The newest version!
Show more of this group  Show more artifacts with this name
Show all versions of games-core Show documentation

Please rate this JAR file. Is it a good library?

0 downloads

Source code of games-core version 0.0.1

META-INF
META-INF.META-INF.MANIFEST.MF
META-INF.maven.com.fathzer.games-core
META-INF.maven.com.fathzer.games-core.META-INF.maven.com.fathzer.games-core.pom.properties
META-INF.maven.com.fathzer.games-core.META-INF.maven.com.fathzer.games-core.pom.xml
com.fathzer.games
com.fathzer.games.com.fathzer.games.Color
com.fathzer.games.com.fathzer.games.GameHistory
com.fathzer.games.com.fathzer.games.HashProvider
com.fathzer.games.com.fathzer.games.MoveGenerator
com.fathzer.games.com.fathzer.games.Status
com.fathzer.games.ai
com.fathzer.games.ai.com.fathzer.games.ai.AI
com.fathzer.games.ai.com.fathzer.games.ai.AbstractAI
com.fathzer.games.ai.com.fathzer.games.ai.AlphaBeta
com.fathzer.games.ai.com.fathzer.games.ai.DepthFirstAI
com.fathzer.games.ai.com.fathzer.games.ai.DepthFirstSearchParameters
com.fathzer.games.ai.com.fathzer.games.ai.Minimax
com.fathzer.games.ai.com.fathzer.games.ai.Negamax
com.fathzer.games.ai.com.fathzer.games.ai.SearchContext
com.fathzer.games.ai.com.fathzer.games.ai.SearchParameters
com.fathzer.games.ai.com.fathzer.games.ai.SearchResult
com.fathzer.games.ai.com.fathzer.games.ai.SearchStatistics
com.fathzer.games.ai.evaluation
com.fathzer.games.ai.evaluation.com.fathzer.games.ai.evaluation.EvaluatedMove
com.fathzer.games.ai.evaluation.com.fathzer.games.ai.evaluation.Evaluation
com.fathzer.games.ai.evaluation.com.fathzer.games.ai.evaluation.Evaluator
com.fathzer.games.ai.evaluation.com.fathzer.games.ai.evaluation.QuiesceEvaluator
com.fathzer.games.ai.evaluation.com.fathzer.games.ai.evaluation.StaticEvaluator
com.fathzer.games.ai.evaluation.com.fathzer.games.ai.evaluation.ZeroSumEvaluator
com.fathzer.games.ai.evaluation.com.fathzer.games.ai.evaluation.package-info
com.fathzer.games.ai.experimental
com.fathzer.games.ai.experimental.com.fathzer.games.ai.experimental.KeyBasedNegaMaxSpyFilter
com.fathzer.games.ai.experimental.com.fathzer.games.ai.experimental.Negamax3
com.fathzer.games.ai.experimental.com.fathzer.games.ai.experimental.Spy
com.fathzer.games.ai.experimental.com.fathzer.games.ai.experimental.TreeSearchState
com.fathzer.games.ai.experimental.com.fathzer.games.ai.experimental.TreeSearchStateStack
com.fathzer.games.ai.experimental.com.fathzer.games.ai.experimental.package-info
com.fathzer.games.ai.iterativedeepening
com.fathzer.games.ai.iterativedeepening.com.fathzer.games.ai.iterativedeepening.DeepeningPolicy
com.fathzer.games.ai.iterativedeepening.com.fathzer.games.ai.iterativedeepening.FirstBestMoveSelector
com.fathzer.games.ai.iterativedeepening.com.fathzer.games.ai.iterativedeepening.IterativeDeepeningEngine
com.fathzer.games.ai.iterativedeepening.com.fathzer.games.ai.iterativedeepening.IterativeDeepeningSearch
com.fathzer.games.ai.iterativedeepening.com.fathzer.games.ai.iterativedeepening.SearchHistory
com.fathzer.games.ai.iterativedeepening.com.fathzer.games.ai.iterativedeepening.package-info
com.fathzer.games.ai.moveselector
com.fathzer.games.ai.moveselector.com.fathzer.games.ai.moveselector.MoveSelector
com.fathzer.games.ai.moveselector.com.fathzer.games.ai.moveselector.RandomMoveSelector
com.fathzer.games.ai.moveselector.com.fathzer.games.ai.moveselector.StaticMoveSelector
com.fathzer.games.ai.moveselector.com.fathzer.games.ai.moveselector.package-info
com.fathzer.games.ai
com.fathzer.games.ai.com.fathzer.games.ai.package-info
com.fathzer.games.ai.time
com.fathzer.games.ai.time.com.fathzer.games.ai.time.BasicTimeManager
com.fathzer.games.ai.time.com.fathzer.games.ai.time.RemainingMoveCountPredictor
com.fathzer.games.ai.time.com.fathzer.games.ai.time.TimeManager
com.fathzer.games.ai.time.com.fathzer.games.ai.time.package-info
com.fathzer.games.ai.toys
com.fathzer.games.ai.toys.com.fathzer.games.ai.toys.BasicAI
com.fathzer.games.ai.toys.com.fathzer.games.ai.toys.NaiveAI
com.fathzer.games.ai.toys.com.fathzer.games.ai.toys.RandomAI
com.fathzer.games.ai.toys.com.fathzer.games.ai.toys.package-info
com.fathzer.games.ai.transposition
com.fathzer.games.ai.transposition.com.fathzer.games.ai.transposition.AlphaBetaState
com.fathzer.games.ai.transposition.com.fathzer.games.ai.transposition.BasicPolicy
com.fathzer.games.ai.transposition.com.fathzer.games.ai.transposition.EntryType
com.fathzer.games.ai.transposition.com.fathzer.games.ai.transposition.OneLongEntry
com.fathzer.games.ai.transposition.com.fathzer.games.ai.transposition.OneLongEntryTranspositionTable
com.fathzer.games.ai.transposition.com.fathzer.games.ai.transposition.SizeUnit
com.fathzer.games.ai.transposition.com.fathzer.games.ai.transposition.TTAi
com.fathzer.games.ai.transposition.com.fathzer.games.ai.transposition.TranspositionTable
com.fathzer.games.ai.transposition.com.fathzer.games.ai.transposition.TranspositionTableEntry
com.fathzer.games.ai.transposition.com.fathzer.games.ai.transposition.TranspositionTablePolicy
com.fathzer.games.ai.transposition.com.fathzer.games.ai.transposition.package-info
com.fathzer.games.clock
com.fathzer.games.clock.com.fathzer.games.clock.Clock
com.fathzer.games.clock.com.fathzer.games.clock.ClockEvent
com.fathzer.games.clock.com.fathzer.games.clock.ClockSettings
com.fathzer.games.clock.com.fathzer.games.clock.ClockState
com.fathzer.games.clock.com.fathzer.games.clock.CountDown
com.fathzer.games.clock.com.fathzer.games.clock.CountDownState
com.fathzer.games.clock.com.fathzer.games.clock.DefaultCountDown
com.fathzer.games.clock.com.fathzer.games.clock.PGNTimeControlTagParser
com.fathzer.games.clock.com.fathzer.games.clock.package-info
com.fathzer.games.movelibrary
com.fathzer.games.movelibrary.com.fathzer.games.movelibrary.AbstractMoveLibrary
com.fathzer.games.movelibrary.com.fathzer.games.movelibrary.MoveLibrary
com.fathzer.games.movelibrary.com.fathzer.games.movelibrary.package-info
com.fathzer.games
com.fathzer.games.com.fathzer.games.package-info
com.fathzer.games.perft
com.fathzer.games.perft.com.fathzer.games.perft.Divide
com.fathzer.games.perft.com.fathzer.games.perft.ForkJoinPerfT
com.fathzer.games.perft.com.fathzer.games.perft.FromPositionMoveGeneratorBuilder
com.fathzer.games.perft.com.fathzer.games.perft.MoveGeneratorChecker
com.fathzer.games.perft.com.fathzer.games.perft.MultiThreadedPerfT
com.fathzer.games.perft.com.fathzer.games.perft.PerfT
com.fathzer.games.perft.com.fathzer.games.perft.PerfTBuilder
com.fathzer.games.perft.com.fathzer.games.perft.PerfTParser
com.fathzer.games.perft.com.fathzer.games.perft.PerfTResult
com.fathzer.games.perft.com.fathzer.games.perft.PerfTTestData
com.fathzer.games.perft.com.fathzer.games.perft.package-info
com.fathzer.games.util
com.fathzer.games.util.com.fathzer.games.util.ClassUtils
com.fathzer.games.util.com.fathzer.games.util.CustomStats
com.fathzer.games.util.com.fathzer.games.util.DualListIterator
com.fathzer.games.util.com.fathzer.games.util.MoveList
com.fathzer.games.util.com.fathzer.games.util.PhysicalCores
com.fathzer.games.util.com.fathzer.games.util.SelectiveComparator
com.fathzer.games.util.com.fathzer.games.util.SortedUtils
com.fathzer.games.util.com.fathzer.games.util.Stack
com.fathzer.games.util.com.fathzer.games.util.UncheckedException
com.fathzer.games.util.exec
com.fathzer.games.util.exec.com.fathzer.games.util.exec.ContextualizedExecutor
com.fathzer.games.util.exec.com.fathzer.games.util.exec.CustomThreadFactory
com.fathzer.games.util.exec.com.fathzer.games.util.exec.ExecutionContext
com.fathzer.games.util.exec.com.fathzer.games.util.exec.Forkable
com.fathzer.games.util.exec.com.fathzer.games.util.exec.Interruptible
com.fathzer.games.util.exec.com.fathzer.games.util.exec.ItemPublisher
com.fathzer.games.util.exec.com.fathzer.games.util.exec.MultiThreadsContext
com.fathzer.games.util.exec.com.fathzer.games.util.exec.SingleThreadContext
com.fathzer.games.util.exec.com.fathzer.games.util.exec.package-info
com.fathzer.games.util
com.fathzer.games.util.com.fathzer.games.util.package-info




© 2015 - 2025 Weber Informatics LLC | Privacy Policy