mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +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: 2016 The Ebitengine Authors
|
||||
|
||||
// The original project is gol (https://github.com/martinlindhe/gol) by Martin Lindhe.
|
||||
|
||||
package main
|
||||
|
||||
import (
|
||||
|
Loading…
Reference in New Issue
Block a user