Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
kissholic committed Aug 23, 2024
1 parent 11ae31e commit 496582f
Showing 1 changed file with 34 additions and 1 deletion.
35 changes: 34 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,34 @@
# BlockEngine
# BlockEngine

## Introduction
Block Engine is a cross-platfom game engine which is built on top of open source projects (just like blocks).

It is believed that engine with user-friendliness, instead of focusing on high performance, will be a powerful tool for game developers to create games.


## Getting Started

### Get the Source Code

```
git clone https://github.com/kissholic/BlockEngine.git
```

### Prerequisites

- xmake
- C++ compiler (Support C++17 or later, clang is recommended)

### Building

```
xmake
```

Running

```
xmake run
```


0 comments on commit 496582f

Please sign in to comment.