Skip to content

Commit

Permalink
finished forking
Browse files Browse the repository at this point in the history
  • Loading branch information
damon authored and damon committed Jan 11, 2021
1 parent 9bea51f commit 48319ee
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.16)
project(snek
VERSION 1.1.0
DESCRIPTION "SNEK - A simple snake clone, playable in the commandline with some unique game modes."
HOMEPAGE_URL "https://github.com/MCWertGaming/snek"
HOMEPAGE_URL "https://github.com/BlackVyperStudios/snek"
LANGUAGES CXX)

set(CMAKE_CXX_STANDARD 20)
Expand Down
1 change: 1 addition & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
MIT License

Copyright (c) 2021 BlackVyperStudios
Copyright (c) 2020 Damon Leven

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
NOTE: This Project is forked to BlackVyperStudios [(here)](https://github.com/BlackVyperStudios/snek) and will continue there. For an more advanced version of this Project, please take a look at [snek-ultimate](https://github.com/MCWertGaming/snek-utimate) wich is an complete reimplemntation of snek with more advanced and developed features.

# snek
snek - A simple snake in the console

Expand Down
4 changes: 2 additions & 2 deletions src/frontend-debug.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* =====================================
* Debug interface for SNEK
* Created by MCWertGaming
* Created by BlackVyperStudios
* Licensed under MIT on GitHub
* https://github.com/MCWertGaming/snek
* https://github.com/BlackVyperStudios/snek
* ===================================== */
#include "snake.hpp"

Expand Down
4 changes: 2 additions & 2 deletions src/frontend-release.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* =====================================
* Release interface for SNEK
* Created by MCWertGaming
* Created by BlackVyperStudios
* Licensed under MIT on GitHub
* https://github.com/MCWertGaming/snek
* https://github.com/BlackVyperStudios/snek
* ===================================== */
#include "snake.hpp"

Expand Down

0 comments on commit 48319ee

Please sign in to comment.