mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-24 01:42:05 +01:00
parent
d8630f940d
commit
b3851839f9
@ -1,7 +0,0 @@
|
|||||||
# Conway's Game of Life
|
|
||||||
|
|
||||||
The original project is [martinlindhe/gol](https://github.com/martinlindhe/gol) by Martin Lindhe.
|
|
||||||
|
|
||||||
## License
|
|
||||||
|
|
||||||
MIT
|
|
@ -1,7 +1,9 @@
|
|||||||
// SPDX-License-Identifier: MIT
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
// SPDX-FileCopyrightText: 2015 Martin Lindhe
|
// SPDX-FileCopyrightText: 2015 Martin Lindhe
|
||||||
// SPDX-FileCopyrightText: 2016 The Ebitengine Authors
|
// SPDX-FileCopyrightText: 2016 The Ebitengine Authors
|
||||||
|
|
||||||
|
// The original project is gol (https://github.com/martinlindhe/gol) by Martin Lindhe.
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
Loading…
Reference in New Issue
Block a user