Skip to content

s2quake/crema

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crema

dotnet core 3 포팅중

실행은 되나 정상적인 기능은 안됨.

clone repository

git clone https://github.com/s2quake/crema.git --recursive

Development Environment

Clone and Build (.NET Core 3.1)

# clone
git clone https://github.com/s2quake/crema --recursive
# change directory
cd crema
# build
dotnet build ./JSSoft.Crema/crema.sln --framework netcoreapp3.1

Run Server (.NET Core 3.1)

# run server
dotnet run --project ./JSSoft.Crema/server/JSSoft.Crema.ApplicationHost --framework netcoreapp3.1

Run Client (.NET Core 3.1)

# run server
dotnet run --project ./JSSoft.Crema/client/JSSoft.Crema.ApplicationHost --framework netcoreapp3.1

server - console

Alt text

server - application

Alt text

client - application

Alt text

client - Console

Alt text

About

data table designer for game developing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages