Games
Games engine and games in Julia
Games¶
- ChristianKurz/REPLTetris.jl : A small Tetris-implementation to be used directly form the Julia REPL.
- romstad/Chess.jl : Julia chess programming library.
- sebastianpech/JuliaKara.jl : A julia port of the learning environment Kara.
- xiaodaigh/Game2048.jl : Simulation of the game 2048 in Julia. The base package is xiaodaigh/Game2048Core.jl .
- https://kyjor.itch.io/super-mango-julia : Super Mango is a short 2D platformer game crafted with the Julia programming language, which was created as an example for all of Kyjor/JulGame.jl.
Game development¶
- aviks/GameZero.jl : Zero overhead game development library for the Julia programming language.
- JuliaMultimedia/CSFML.jl : Julia wrapper for CSFML, the official binding of SFML/SFML for C, a simple, fast, cross-platform and object-oriented multimedia API.
- JuliaMultimedia/SimpleDirectMediaLayer.jl : Bindings for the Simple DirectMedia Layer (SDL) library.
- Kyjor/JulGame.jl : JulGame is a game engine based on the Julia programming language with the help of SDL2.
- Gesee-y/ReactiveECS.jl : Building high-performance, modular, and reactive simulations, with a focus on game development and scientific applications. Julia forum thread
- Gesee-y/Cruise.jl : A modular Game engine in Julia. Julia forum thread
Misc¶
- JuliaML/AtariAlgos.jl : Models/algorithms for use with the Arcade Learning Environment (ALE).
- JuliaReinforcementLearning/ArcadeLearningEnvironment.jl : This package is a Julia wrapper for mgbellemare/Arcade-Learning-Environment .