Remove Northcott's Game from listing
Remove Northcott's Game from the Data Structures and Algorithms listing.
This commit is contained in:
parent
9803c1a16c
commit
c30f406989
1 changed files with 0 additions and 8 deletions
|
|
@ -6,7 +6,6 @@ import { Search } from 'lucide-react';
|
||||||
import Layout from '@/components/Layout';
|
import Layout from '@/components/Layout';
|
||||||
import BinarySearchTrick from '@/components/BinarySearchTrick';
|
import BinarySearchTrick from '@/components/BinarySearchTrick';
|
||||||
import TernarySearchTrick from '@/components/TernarySearchTrick';
|
import TernarySearchTrick from '@/components/TernarySearchTrick';
|
||||||
import NorthcottsGame from '@/components/NorthcottsGame';
|
|
||||||
|
|
||||||
interface Interactive {
|
interface Interactive {
|
||||||
id: string;
|
id: string;
|
||||||
|
|
@ -31,13 +30,6 @@ const interactives: Interactive[] = [
|
||||||
tags: ['ternary', 'magic', 'numbers', 'trick', 'data-structures', 'search'],
|
tags: ['ternary', 'magic', 'numbers', 'trick', 'data-structures', 'search'],
|
||||||
component: TernarySearchTrick
|
component: TernarySearchTrick
|
||||||
},
|
},
|
||||||
{
|
|
||||||
id: 'northcotts-game',
|
|
||||||
title: "Northcott's Game",
|
|
||||||
description: 'A two-player strategy game where players move their pieces along rows trying to block each other. Features multiple game modes and customizable board sizes.',
|
|
||||||
tags: ['game', 'strategy', 'two-player', 'logic', 'combinatorial-game-theory'],
|
|
||||||
component: NorthcottsGame
|
|
||||||
}
|
|
||||||
];
|
];
|
||||||
const InteractiveGallery = () => {
|
const InteractiveGallery = () => {
|
||||||
const [searchTerm, setSearchTerm] = useState('');
|
const [searchTerm, setSearchTerm] = useState('');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue