Skip to content

Commit

Permalink
Added Cindy's name to crossteaser/mod.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
maxfierrog committed Dec 1, 2023
1 parent 5561b20 commit d245b59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/games/crossteaser/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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::{
Expand All @@ -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";

Expand Down

0 comments on commit d245b59

Please sign in to comment.