https://github.com/KANTNOLI/KGECheckers
This project was created on older versions of the kgEngine engine, the project itself has a simple checkers logic with analysis of moves, etc., lobbies and rooms for the game
https://github.com/KANTNOLI/KGECheckers
begginer-friendly begginer-project begginers checkers kgengine
Last synced: 3 months ago
JSON representation
This project was created on older versions of the kgEngine engine, the project itself has a simple checkers logic with analysis of moves, etc., lobbies and rooms for the game
- Host: GitHub
- URL: https://github.com/KANTNOLI/KGECheckers
- Owner: KANTNOLI
- License: mit
- Created: 2024-12-17T01:19:39.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-01-07T23:41:08.000Z (9 months ago)
- Last Synced: 2025-07-22T00:03:53.870Z (3 months ago)
- Topics: begginer-friendly, begginer-project, begginers, checkers, kgengine
- Language: JavaScript
- Homepage: https://kantnoli.github.io/GameEngine-Checkers-From-KANTNOLI/
- Size: 37.6 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
**The plan for the coming week**
- Plan?Installation (**1.0 release**) ->
- unpack to a convenient location - (**require**)
- (terminal) cd client - (optional)
- (terminal) npm i - (optional)
- (terminal) cd ../server <- OR -> cd server - (**require**)
- (terminal) npm i - (optional)
- (terminal) node .\app.js - (**require**)
- (terminal output) **http://localhost:1000**
- CTRL + LCLICK to openEngine (**0.7.4**) ->
- **Cameras** - Camera settings. There are many camera setup options, including conditional snippets. (**2**)
- **Lighting** - Scene light settings. Snippets designed to create light quickly. (**6**)
- **Objects** - These are objects, or object settings for quick rendering of the scene. For example, checkers for the game. (**1**)
- **PlayerActions** - One of the cool themes! Character management files are stored here. At the moment there is 1 control file relative to the orbit of something. (**3**)
- **VisualEngineConfigs** - Visual engine settings, in fact, settings of the same engine, although in the future there is an option to conveniently replace and add another, but at the moment, it makes no sense. (**1**)
- **OtherScripts** - A module designed for separate scripts, so as not to create hundreds of modules. Renderings of elements can be stored there, for example, initial placement or conditionally mouse tracking. In short, everything that does not fit other modules goes there, if this function is not more important than, for example, light. (**2**)P.S. **Before the release of 1.0 or 2.0**, depending on the circumstances, most of the functions will be aimed specifically at my task. After that, the engine will be upgraded to the ability to create different other simple ones
**Actual release**

