SkorkEngineWeb

所属分类:游戏引擎
开发工具:HTML
文件大小:947KB
下载次数:0
上传日期:2019-12-31 04:54:40
上 传 者sh-1993
说明:  Skork(SCORE-K)是一种自定义编程语言,用于使用定义的规则编写游戏。Skork允许您测试c...
(Skork (SCORE-K) is a custom programming language for writing a game with rules you define. Skork allows you to test code in a visual way using sprites. You can visual your code using primitive variables, loops, and sprites. My audience is anyone interested enough to write in a simplified programming language, and visualize code in a different way!)

文件列表:
ChangeLog.md (137, 2019-11-30)
LICENSE (11353, 2019-11-30)
SkorkEngineWeb.sln (1105, 2019-11-30)
SkorkWeb (0, 2019-11-30)
SkorkWeb\Controllers (0, 2019-11-30)
SkorkWeb\Controllers\HomeController.cs (990, 2019-11-30)
SkorkWeb\Models (0, 2019-11-30)
SkorkWeb\Models\ErrorViewModel.cs (192, 2019-11-30)
SkorkWeb\Program.cs (515, 2019-11-30)
SkorkWeb\Properties (0, 2019-11-30)
SkorkWeb\Properties\launchSettings.json (650, 2019-11-30)
SkorkWeb\SkorkWeb.csproj (700, 2019-11-30)
SkorkWeb\Startup.cs (1633, 2019-11-30)
SkorkWeb\Views (0, 2019-11-30)
SkorkWeb\Views\Home (0, 2019-11-30)
SkorkWeb\Views\Home\About.cshtml (59, 2019-11-30)
SkorkWeb\Views\Home\Index.cshtml (231, 2019-11-30)
SkorkWeb\Views\Home\Privacy.cshtml (138, 2019-11-30)
SkorkWeb\Views\Home\Skork.cshtml (59, 2019-11-30)
SkorkWeb\Views\Shared (0, 2019-11-30)
SkorkWeb\Views\Shared\Error.cshtml (859, 2019-11-30)
SkorkWeb\Views\Shared\_Layout.cshtml (2397, 2019-11-30)
SkorkWeb\Views\Shared\_ValidationScriptsPartial.cshtml (174, 2019-11-30)
SkorkWeb\Views\_ViewImports.cshtml (95, 2019-11-30)
SkorkWeb\Views\_ViewStart.cshtml (32, 2019-11-30)
SkorkWeb\appsettings.Development.json (137, 2019-11-30)
SkorkWeb\appsettings.json (182, 2019-11-30)
SkorkWeb\wwwroot (0, 2019-11-30)
SkorkWeb\wwwroot\css (0, 2019-11-30)
SkorkWeb\wwwroot\css\site.css (1346, 2019-11-30)
SkorkWeb\wwwroot\favicon.ico (32038, 2019-11-30)
SkorkWeb\wwwroot\js (0, 2019-11-30)
SkorkWeb\wwwroot\js\site.js (226, 2019-11-30)
SkorkWeb\wwwroot\lib (0, 2019-11-30)
SkorkWeb\wwwroot\lib\bootstrap (0, 2019-11-30)
SkorkWeb\wwwroot\lib\bootstrap\LICENSE (1131, 2019-11-30)
SkorkWeb\wwwroot\lib\bootstrap\dist (0, 2019-11-30)
... ...

![image](https://i.imgur.com/yk7Gm3O.png) **Skork Engine** is the sequel to the original [Skork](https://github.com/Reapism/Skork) project. ## See Updates for changelog ## What is the Skork Engine **Skork** (SCORE-K) is a custom programming language for writing a game with rules *you define*. Skork allows you to test code in a visual way using *sprites*. You can visual your code using primitive variables, loops, and sprites. My audience is anyone interested enough to write in a simplified programming language, and visualize code in a different way! Feel free to fork it and make any update/addition/deletion you want. > ***But remember to do all such activities in accordance to the [current license](https://github.com/Reapism/Skork-Engine/blob/master/LICENSE).*** ## All Skork related repositories. Three distinct projects! * *Skork Engine framework itself! (private)* * **Web based implementation of the Skork Engine Framework.** * *Cross platform app using Xamarin (coming soon)* # FAQ ### Is the Skork engine open sourced? This project itself is open sourced. This refers to the Web-based implementation of the Skork Engine, and the **interaction** with the Skork-Engine framework. The *actual* Skork framework is **not open sourced**. Since the rebirth of this project, I decided this project fits better with a data driven model. This means all profiles, preferences, (possibly) and projects will be in the cloud. An emphasis on a database model for this software means that database connectivity, and manipulation *shouldn't* be public (for security reasons). ### What is the Skork Engine framework? It's the barebones API for parsing text into Skork code, compiling it, interpreting it, and running it! The Skork framework is responsible for delegating, managing, and executing resources based on the priortity of each task or instruction it interprets. This project is an **implementation** of the framework. The compiled framework will be available for use with its own license through GitHub or NuGet (coming soon). By itself, it doesn't do much of anything. It needs an application to implement it. ### What is Skork Engine used for? Since its a programming language, technically, its uses are up to you. What makes this simplified programming language different than the others is that it is revolved around **sprites** which are a visual indicator of your code. Overtime, there will be other **"entities"** you can instantiate and interact with! You can create a "game" with a ruleset you define statically or dynamically through code. It provides an easy way to visualize a ruleset or function. ### Design goals? * Guided by SOLID principles * Agile as software development methodology * Test Driven Development(TDD) development process * Simple (User friendly naming and documentation) ### What is Future of the Skork Engine I want to develop this engine to the maximum. Possibly to be part of something bigger. This may include this software being aquired by a third party.

近期下载者

相关文件


收藏者