-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Cindy's name to crossteaser/mod.rs
- Loading branch information
1 parent
5561b20
commit d245b59
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
//! #### Authorship | ||
//! | ||
//! - Max Fierro, 11/5/2023 ([email protected]) | ||
//! - YOUR NAME HERE | ||
//! - Cindy Xu, 11/28/2023 | ||
use super::{AcyclicallySolvable, Automaton, Game, GameData, Solvable}; | ||
use crate::{ | ||
|
@@ -37,7 +37,7 @@ mod variants; | |
/* GAME DATA */ | ||
|
||
const NAME: &str = "crossteaser"; | ||
const AUTHORS: &str = "Max Fierro <[email protected]>, YOUR NAME"; | ||
const AUTHORS: &str = "Max Fierro <[email protected]>"; | ||
const CATEGORY: &str = "Single-player puzzle"; | ||
const ABOUT: &str = "PLACEHOLDER"; | ||
|
||
|