Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
rewrite entire game
Browse files Browse the repository at this point in the history
  • Loading branch information
Estrol committed Feb 2, 2024
1 parent 7cf8f5b commit 35ebd26
Show file tree
Hide file tree
Showing 416 changed files with 65,165 additions and 533,543 deletions.
63 changes: 0 additions & 63 deletions .gitattributes

This file was deleted.

20 changes: 20 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: CI

on: [push]

jobs:
build:
runs-on: windows-latest

steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Setup MSVC
uses: ilammy/msvc-dev-cmd@v1

- name: Configure CMake
run: cmake --preset x64-windows

- name: Build
run: cmake --build build
Loading

0 comments on commit 35ebd26

Please # to comment.