diff --git a/.vs/Tic-Tac-Toe/DesignTimeBuild/.dtbcache.v2 b/.vs/Tic-Tac-Toe/DesignTimeBuild/.dtbcache.v2 index ba9f8b0..01499cd 100644 Binary files a/.vs/Tic-Tac-Toe/DesignTimeBuild/.dtbcache.v2 and b/.vs/Tic-Tac-Toe/DesignTimeBuild/.dtbcache.v2 differ diff --git a/.vs/Tic-Tac-Toe/FileContentIndex/8b8cda80-f088-4a3e-824d-d782c4afee09.vsidx b/.vs/Tic-Tac-Toe/FileContentIndex/8b8cda80-f088-4a3e-824d-d782c4afee09.vsidx new file mode 100644 index 0000000..2314343 Binary files /dev/null and b/.vs/Tic-Tac-Toe/FileContentIndex/8b8cda80-f088-4a3e-824d-d782c4afee09.vsidx differ diff --git a/.vs/Tic-Tac-Toe/FileContentIndex/99c124bc-4845-4c81-b020-0892d9e9cb30.vsidx b/.vs/Tic-Tac-Toe/FileContentIndex/99c124bc-4845-4c81-b020-0892d9e9cb30.vsidx new file mode 100644 index 0000000..c2363a5 Binary files /dev/null and b/.vs/Tic-Tac-Toe/FileContentIndex/99c124bc-4845-4c81-b020-0892d9e9cb30.vsidx differ diff --git a/.vs/Tic-Tac-Toe/FileContentIndex/d37c8df6-518e-4349-a3f7-327b643b33d7.vsidx b/.vs/Tic-Tac-Toe/FileContentIndex/d37c8df6-518e-4349-a3f7-327b643b33d7.vsidx deleted file mode 100644 index cfc14fb..0000000 Binary files a/.vs/Tic-Tac-Toe/FileContentIndex/d37c8df6-518e-4349-a3f7-327b643b33d7.vsidx and /dev/null differ diff --git a/.vs/Tic-Tac-Toe/FileContentIndex/d498a10c-7404-4752-ab2d-6d666b848ac4.vsidx b/.vs/Tic-Tac-Toe/FileContentIndex/d498a10c-7404-4752-ab2d-6d666b848ac4.vsidx new file mode 100644 index 0000000..1a79c13 Binary files /dev/null and b/.vs/Tic-Tac-Toe/FileContentIndex/d498a10c-7404-4752-ab2d-6d666b848ac4.vsidx differ diff --git a/.vs/Tic-Tac-Toe/v17/.suo b/.vs/Tic-Tac-Toe/v17/.suo index a79818a..20dd443 100644 Binary files a/.vs/Tic-Tac-Toe/v17/.suo and b/.vs/Tic-Tac-Toe/v17/.suo differ diff --git a/Tic-Tac-Toe/Content/Content.mgcb b/Tic-Tac-Toe/Content/Content.mgcb index 9e55b13..88f1e09 100644 --- a/Tic-Tac-Toe/Content/Content.mgcb +++ b/Tic-Tac-Toe/Content/Content.mgcb @@ -13,6 +13,18 @@ #---------------------------------- Content ---------------------------------# +#begin Textures/Circle win text.png +/importer:TextureImporter +/processor:TextureProcessor +/processorParam:ColorKeyColor=255,0,255,255 +/processorParam:ColorKeyEnabled=True +/processorParam:GenerateMipmaps=False +/processorParam:PremultiplyAlpha=True +/processorParam:ResizeToPowerOfTwo=False +/processorParam:MakeSquare=False +/processorParam:TextureFormat=Color +/build:Textures/Circle win text.png + #begin Textures/circle.png /importer:TextureImporter /processor:TextureProcessor @@ -25,6 +37,18 @@ /processorParam:TextureFormat=Color /build:Textures/circle.png +#begin Textures/Cross win text.png +/importer:TextureImporter +/processor:TextureProcessor +/processorParam:ColorKeyColor=255,0,255,255 +/processorParam:ColorKeyEnabled=True +/processorParam:GenerateMipmaps=False +/processorParam:PremultiplyAlpha=True +/processorParam:ResizeToPowerOfTwo=False +/processorParam:MakeSquare=False +/processorParam:TextureFormat=Color +/build:Textures/Cross win text.png + #begin Textures/X.png /importer:TextureImporter /processor:TextureProcessor diff --git a/Tic-Tac-Toe/Content/Textures/Circle win text.png b/Tic-Tac-Toe/Content/Textures/Circle win text.png new file mode 100644 index 0000000..32f8e03 Binary files /dev/null and b/Tic-Tac-Toe/Content/Textures/Circle win text.png differ diff --git a/Tic-Tac-Toe/Content/Textures/Cross win text.png b/Tic-Tac-Toe/Content/Textures/Cross win text.png new file mode 100644 index 0000000..6d17167 Binary files /dev/null and b/Tic-Tac-Toe/Content/Textures/Cross win text.png differ diff --git a/.vs/Tic-Tac-Toe/FileContentIndex/2ed7c2e7-1753-426e-aeb4-3d81b3c069ef.vsidx b/Tic-Tac-Toe/Content/bin/DesktopGL/Content/Textures/Circle win text.xnb similarity index 67% rename from .vs/Tic-Tac-Toe/FileContentIndex/2ed7c2e7-1753-426e-aeb4-3d81b3c069ef.vsidx rename to Tic-Tac-Toe/Content/bin/DesktopGL/Content/Textures/Circle win text.xnb index c464ec8..368a489 100644 Binary files a/.vs/Tic-Tac-Toe/FileContentIndex/2ed7c2e7-1753-426e-aeb4-3d81b3c069ef.vsidx and b/Tic-Tac-Toe/Content/bin/DesktopGL/Content/Textures/Circle win text.xnb differ diff --git a/.vs/Tic-Tac-Toe/FileContentIndex/7fae6cfb-183d-41aa-9bbf-a94b49fdaae7.vsidx b/Tic-Tac-Toe/Content/bin/DesktopGL/Content/Textures/Cross win text.xnb similarity index 65% rename from .vs/Tic-Tac-Toe/FileContentIndex/7fae6cfb-183d-41aa-9bbf-a94b49fdaae7.vsidx rename to Tic-Tac-Toe/Content/bin/DesktopGL/Content/Textures/Cross win text.xnb index c327df8..6a4df24 100644 Binary files a/.vs/Tic-Tac-Toe/FileContentIndex/7fae6cfb-183d-41aa-9bbf-a94b49fdaae7.vsidx and b/Tic-Tac-Toe/Content/bin/DesktopGL/Content/Textures/Cross win text.xnb differ diff --git a/Tic-Tac-Toe/Content/bin/DesktopGL/Textures/Circle win text.xnb b/Tic-Tac-Toe/Content/bin/DesktopGL/Textures/Circle win text.xnb new file mode 100644 index 0000000..368a489 Binary files /dev/null and b/Tic-Tac-Toe/Content/bin/DesktopGL/Textures/Circle win text.xnb differ diff --git a/Tic-Tac-Toe/Content/bin/DesktopGL/Textures/Cross win text.xnb b/Tic-Tac-Toe/Content/bin/DesktopGL/Textures/Cross win text.xnb new file mode 100644 index 0000000..6a4df24 Binary files /dev/null and b/Tic-Tac-Toe/Content/bin/DesktopGL/Textures/Cross win text.xnb differ diff --git a/Tic-Tac-Toe/Content/obj/DesktopGL/.mgcontent b/Tic-Tac-Toe/Content/obj/DesktopGL/.mgcontent index 425b912..03bc527 100644 --- a/Tic-Tac-Toe/Content/obj/DesktopGL/.mgcontent +++ b/Tic-Tac-Toe/Content/obj/DesktopGL/.mgcontent @@ -1 +1 @@ -ReachDesktopGLC:/dev/Tic-Tac-Toe/Tic-Tac-Toe/Tic-Tac-Toe/Content/Textures/circle.pngC:/dev/Tic-Tac-Toe/Tic-Tac-Toe/Tic-Tac-Toe/Content/Textures/X.png \ No newline at end of file +ReachDesktopGLC:/dev/TicTacToe/Tic-Tac-Toe/Content/Textures/Circle win text.pngC:/dev/TicTacToe/Tic-Tac-Toe/Content/Textures/circle.pngC:/dev/TicTacToe/Tic-Tac-Toe/Content/Textures/Cross win text.pngC:/dev/TicTacToe/Tic-Tac-Toe/Content/Textures/X.png \ No newline at end of file diff --git a/Tic-Tac-Toe/Content/obj/DesktopGL/.mgstats b/Tic-Tac-Toe/Content/obj/DesktopGL/.mgstats index 42ff0ab..1be31da 100644 --- a/Tic-Tac-Toe/Content/obj/DesktopGL/.mgstats +++ b/Tic-Tac-Toe/Content/obj/DesktopGL/.mgstats @@ -1,3 +1,5 @@ Source File,Dest File,Processor Type,Content Type,Source File Size,Dest File Size,Build Seconds -"C:/dev/Tic-Tac-Toe/Tic-Tac-Toe/Tic-Tac-Toe/Content/Textures/circle.png","C:/dev/Tic-Tac-Toe/Tic-Tac-Toe/Tic-Tac-Toe/Content/bin/DesktopGL/Textures/circle.xnb","TextureProcessor","Texture2DContent",6638,1354981,0,2338499 -"C:/dev/Tic-Tac-Toe/Tic-Tac-Toe/Tic-Tac-Toe/Content/Textures/X.png","C:/dev/Tic-Tac-Toe/Tic-Tac-Toe/Tic-Tac-Toe/Content/bin/DesktopGL/Textures/X.xnb","TextureProcessor","Texture2DContent",6565,3841685,0,0947381 +"C:/dev/TicTacToe/Tic-Tac-Toe/Content/Textures/Circle win text.png","C:/dev/TicTacToe/Tic-Tac-Toe/Content/bin/DesktopGL/Textures/Circle win text.xnb","TextureProcessor","Texture2DContent",1751,140085,0,1433646 +"C:/dev/TicTacToe/Tic-Tac-Toe/Content/Textures/circle.png","C:/dev/TicTacToe/Tic-Tac-Toe/Content/bin/DesktopGL/Textures/circle.xnb","TextureProcessor","Texture2DContent",6638,1354981,0,0303196 +"C:/dev/TicTacToe/Tic-Tac-Toe/Content/Textures/Cross win text.png","C:/dev/TicTacToe/Tic-Tac-Toe/Content/bin/DesktopGL/Textures/Cross win text.xnb","TextureProcessor","Texture2DContent",1739,140085,0,0061203 +"C:/dev/TicTacToe/Tic-Tac-Toe/Content/Textures/X.png","C:/dev/TicTacToe/Tic-Tac-Toe/Content/bin/DesktopGL/Textures/X.xnb","TextureProcessor","Texture2DContent",6565,3841685,0,0896875 diff --git a/Tic-Tac-Toe/Content/obj/DesktopGL/Textures/Circle win text.mgcontent b/Tic-Tac-Toe/Content/obj/DesktopGL/Textures/Circle win text.mgcontent new file mode 100644 index 0000000..76e9b69 --- /dev/null +++ b/Tic-Tac-Toe/Content/obj/DesktopGL/Textures/Circle win text.mgcontent @@ -0,0 +1 @@ +C:/dev/TicTacToe/Tic-Tac-Toe/Content/Textures/Circle win text.png2022-09-26T15:06:08.497843+02:00C:/dev/TicTacToe/Tic-Tac-Toe/Content/bin/DesktopGL/Textures/Circle win text.xnb2022-09-26T15:11:36.1518332+02:00TextureImporter2022-07-26T13:44:56+02:00TextureProcessor2022-07-26T13:44:56+02:00ColorKeyColor255,0,255,255ColorKeyEnabledTrueGenerateMipmapsFalsePremultiplyAlphaTrueResizeToPowerOfTwoFalseMakeSquareFalseTextureFormatColor \ No newline at end of file diff --git a/Tic-Tac-Toe/Content/obj/DesktopGL/Textures/Cross win text.mgcontent b/Tic-Tac-Toe/Content/obj/DesktopGL/Textures/Cross win text.mgcontent new file mode 100644 index 0000000..50cda2a --- /dev/null +++ b/Tic-Tac-Toe/Content/obj/DesktopGL/Textures/Cross win text.mgcontent @@ -0,0 +1 @@ +C:/dev/TicTacToe/Tic-Tac-Toe/Content/Textures/Cross win text.png2022-09-26T15:09:34.348482+02:00C:/dev/TicTacToe/Tic-Tac-Toe/Content/bin/DesktopGL/Textures/Cross win text.xnb2022-09-26T15:11:36.2058347+02:00TextureImporter2022-07-26T13:44:56+02:00TextureProcessor2022-07-26T13:44:56+02:00ColorKeyColor255,0,255,255ColorKeyEnabledTrueGenerateMipmapsFalsePremultiplyAlphaTrueResizeToPowerOfTwoFalseMakeSquareFalseTextureFormatColor \ No newline at end of file diff --git a/Tic-Tac-Toe/Content/obj/DesktopGL/Textures/X.mgcontent b/Tic-Tac-Toe/Content/obj/DesktopGL/Textures/X.mgcontent index 4b36e72..95bb64a 100644 --- a/Tic-Tac-Toe/Content/obj/DesktopGL/Textures/X.mgcontent +++ b/Tic-Tac-Toe/Content/obj/DesktopGL/Textures/X.mgcontent @@ -1 +1 @@ -C:/dev/Tic-Tac-Toe/Tic-Tac-Toe/Tic-Tac-Toe/Content/Textures/X.png2022-09-21T09:28:35.420606+02:00C:/dev/Tic-Tac-Toe/Tic-Tac-Toe/Tic-Tac-Toe/Content/bin/DesktopGL/Textures/X.xnb2022-09-21T09:37:35.0942448+02:00TextureImporter2022-07-26T13:44:56+02:00TextureProcessor2022-07-26T13:44:56+02:00ColorKeyColor255,0,255,255ColorKeyEnabledTrueGenerateMipmapsFalsePremultiplyAlphaTrueResizeToPowerOfTwoFalseMakeSquareFalseTextureFormatColor \ No newline at end of file +C:/dev/TicTacToe/Tic-Tac-Toe/Content/Textures/X.png2022-09-21T13:10:39.0278565+02:00C:/dev/TicTacToe/Tic-Tac-Toe/Content/bin/DesktopGL/Textures/X.xnb2022-09-26T15:11:36.2998336+02:00TextureImporter2022-07-26T13:44:56+02:00TextureProcessor2022-07-26T13:44:56+02:00ColorKeyColor255,0,255,255ColorKeyEnabledTrueGenerateMipmapsFalsePremultiplyAlphaTrueResizeToPowerOfTwoFalseMakeSquareFalseTextureFormatColor \ No newline at end of file diff --git a/Tic-Tac-Toe/Content/obj/DesktopGL/Textures/circle.mgcontent b/Tic-Tac-Toe/Content/obj/DesktopGL/Textures/circle.mgcontent index f2ee9d9..d98e953 100644 --- a/Tic-Tac-Toe/Content/obj/DesktopGL/Textures/circle.mgcontent +++ b/Tic-Tac-Toe/Content/obj/DesktopGL/Textures/circle.mgcontent @@ -1 +1 @@ -C:/dev/Tic-Tac-Toe/Tic-Tac-Toe/Tic-Tac-Toe/Content/Textures/circle.png2022-09-21T09:27:30.8441469+02:00C:/dev/Tic-Tac-Toe/Tic-Tac-Toe/Tic-Tac-Toe/Content/bin/DesktopGL/Textures/circle.xnb2022-09-21T09:37:34.9863545+02:00TextureImporter2022-07-26T13:44:56+02:00TextureProcessor2022-07-26T13:44:56+02:00ColorKeyColor255,0,255,255ColorKeyEnabledTrueGenerateMipmapsFalsePremultiplyAlphaTrueResizeToPowerOfTwoFalseMakeSquareFalseTextureFormatColor \ No newline at end of file +C:/dev/TicTacToe/Tic-Tac-Toe/Content/Textures/circle.png2022-09-21T13:10:39.0288563+02:00C:/dev/TicTacToe/Tic-Tac-Toe/Content/bin/DesktopGL/Textures/circle.xnb2022-09-26T15:11:36.1988339+02:00TextureImporter2022-07-26T13:44:56+02:00TextureProcessor2022-07-26T13:44:56+02:00ColorKeyColor255,0,255,255ColorKeyEnabledTrueGenerateMipmapsFalsePremultiplyAlphaTrueResizeToPowerOfTwoFalseMakeSquareFalseTextureFormatColor \ No newline at end of file diff --git a/Tic-Tac-Toe/Content/obj/DesktopGL/net6.0/Content/.mgcontent b/Tic-Tac-Toe/Content/obj/DesktopGL/net6.0/Content/.mgcontent index eb2ffb3..03bc527 100644 --- a/Tic-Tac-Toe/Content/obj/DesktopGL/net6.0/Content/.mgcontent +++ b/Tic-Tac-Toe/Content/obj/DesktopGL/net6.0/Content/.mgcontent @@ -1 +1 @@ -ReachDesktopGLC:/dev/TicTacToe/Tic-Tac-Toe/Content/Textures/circle.pngC:/dev/TicTacToe/Tic-Tac-Toe/Content/Textures/X.png \ No newline at end of file +ReachDesktopGLC:/dev/TicTacToe/Tic-Tac-Toe/Content/Textures/Circle win text.pngC:/dev/TicTacToe/Tic-Tac-Toe/Content/Textures/circle.pngC:/dev/TicTacToe/Tic-Tac-Toe/Content/Textures/Cross win text.pngC:/dev/TicTacToe/Tic-Tac-Toe/Content/Textures/X.png \ No newline at end of file diff --git a/Tic-Tac-Toe/Content/obj/DesktopGL/net6.0/Content/Textures/Circle win text.mgcontent b/Tic-Tac-Toe/Content/obj/DesktopGL/net6.0/Content/Textures/Circle win text.mgcontent new file mode 100644 index 0000000..1947352 --- /dev/null +++ b/Tic-Tac-Toe/Content/obj/DesktopGL/net6.0/Content/Textures/Circle win text.mgcontent @@ -0,0 +1 @@ +C:/dev/TicTacToe/Tic-Tac-Toe/Content/Textures/Circle win text.png2022-09-26T15:06:08.497843+02:00C:/dev/TicTacToe/Tic-Tac-Toe/Content/bin/DesktopGL/Content/Textures/Circle win text.xnb2022-09-26T15:24:02.9022091+02:00TextureImporter2022-07-26T13:44:56+02:00TextureProcessor2022-07-26T13:44:56+02:00ColorKeyColor255,0,255,255ColorKeyEnabledTrueGenerateMipmapsFalsePremultiplyAlphaTrueResizeToPowerOfTwoFalseMakeSquareFalseTextureFormatColor \ No newline at end of file diff --git a/Tic-Tac-Toe/Content/obj/DesktopGL/net6.0/Content/Textures/Cross win text.mgcontent b/Tic-Tac-Toe/Content/obj/DesktopGL/net6.0/Content/Textures/Cross win text.mgcontent new file mode 100644 index 0000000..eae2a82 --- /dev/null +++ b/Tic-Tac-Toe/Content/obj/DesktopGL/net6.0/Content/Textures/Cross win text.mgcontent @@ -0,0 +1 @@ +C:/dev/TicTacToe/Tic-Tac-Toe/Content/Textures/Cross win text.png2022-09-26T15:09:34.348482+02:00C:/dev/TicTacToe/Tic-Tac-Toe/Content/bin/DesktopGL/Content/Textures/Cross win text.xnb2022-09-26T15:24:02.9232111+02:00TextureImporter2022-07-26T13:44:56+02:00TextureProcessor2022-07-26T13:44:56+02:00ColorKeyColor255,0,255,255ColorKeyEnabledTrueGenerateMipmapsFalsePremultiplyAlphaTrueResizeToPowerOfTwoFalseMakeSquareFalseTextureFormatColor \ No newline at end of file diff --git a/Tic-Tac-Toe/Game1.cs b/Tic-Tac-Toe/Game1.cs index a865a17..9118b5e 100644 --- a/Tic-Tac-Toe/Game1.cs +++ b/Tic-Tac-Toe/Game1.cs @@ -2,14 +2,18 @@ using Microsoft.Xna.Framework.Graphics; using Microsoft.Xna.Framework.Input; using MonoGame.Extended; +using System.Collections.Generic; namespace Tic_Tac_Toe { public class Game1 : Game { private GraphicsDeviceManager _graphics; private SpriteBatch _spriteBatch; private Texture2D Circle, X; + private Texture2D CircleWonTexture, XWonTexture; private RectangleF[,] rectArray; private int[,] CircleXPostion; + private List Circle4PosList; //for storing the 4 latest positions + private List X4PosList; private int lineThickness = 5; private int playerWon = 0; //1 is circle 2 is x private bool isCircleNext = false; @@ -21,8 +25,6 @@ namespace Tic_Tac_Toe { } protected override void Initialize() { - // TODO: Add your initialization logic here - //Setting Resolution _graphics.PreferredBackBufferWidth = 800; _graphics.PreferredBackBufferHeight = 600; @@ -32,23 +34,23 @@ namespace Tic_Tac_Toe { rectArray = new RectangleF[3,3]; CircleXPostion = new int[3, 3]; //0 is free space, 1 is circle, 2 is X + Circle4PosList = new List(); + X4PosList = new List(); + base.Initialize(); } protected override void LoadContent() { _spriteBatch = new SpriteBatch(GraphicsDevice); - // TODO: use this.Content to load your game content here Circle = Content.Load("Textures/circle"); X = Content.Load("Textures/X"); + CircleWonTexture = Content.Load("Textures/Circle win text"); + XWonTexture = Content.Load("Textures/Cross win text"); } protected override void Update(GameTime gameTime) { - if (GamePad.GetState(PlayerIndex.One).Buttons.Back == ButtonState.Pressed || Keyboard.GetState().IsKeyDown(Keys.Escape)) - Exit(); - - // TODO: Add your update logic here if (playerWon == 0) { var mouse = Mouse.GetState(); for (int i = 0; i < rectArray.GetLength(0); i++) { @@ -59,6 +61,7 @@ namespace Tic_Tac_Toe { CircleXPostion[j, i] = 1; //eltároljuk a kör pozicióját ||| CHANGED FROM [i,j] isCircleNext = false; printGameStateArray(); + //Put list stuff here //System.Threading.Thread.Sleep(250); } } else { @@ -66,6 +69,7 @@ namespace Tic_Tac_Toe { CircleXPostion[j, i] = 2; //eltaroljuk az x poziciojat isCircleNext = true; printGameStateArray(); + //Put list stuff here //System.Threading.Thread.Sleep(250); } } @@ -81,9 +85,16 @@ namespace Tic_Tac_Toe { protected override void Draw(GameTime gameTime) { GraphicsDevice.Clear(Color.CadetBlue); - // TODO: Add your drawing code here var mouse = Mouse.GetState(); _spriteBatch.Begin(); + + if(playerWon == 1) { + _spriteBatch.Draw(CircleWonTexture, new Rectangle(10, 0, 50, 600), Color.White); + _spriteBatch.Draw(CircleWonTexture, new Rectangle(_graphics.PreferredBackBufferWidth - 75, 0, 50, 600), Color.White); + }else if(playerWon == 2) { + _spriteBatch.Draw(XWonTexture, new Rectangle(10, 0, 50, 600), Color.White); + _spriteBatch.Draw(XWonTexture, new Rectangle(_graphics.PreferredBackBufferWidth - 75, 0, 50, 600), Color.White); + } DrawTicTacToeFieldRect(rectArray, Color.LightGray); @@ -114,6 +125,7 @@ namespace Tic_Tac_Toe { } } + //Testing one texture draw //loop through circle pos arr to draw the texture /*_spriteBatch.Draw(Circle, new Rectangle(100, 0, 200, 200), Color.White); _spriteBatch.Draw(X, new Rectangle(300, 0, 200, 200), Color.White);*/ diff --git a/Tic-Tac-Toe/bin/Debug/net6.0/Content/Textures/Circle win text.xnb b/Tic-Tac-Toe/bin/Debug/net6.0/Content/Textures/Circle win text.xnb new file mode 100644 index 0000000..368a489 Binary files /dev/null and b/Tic-Tac-Toe/bin/Debug/net6.0/Content/Textures/Circle win text.xnb differ diff --git a/Tic-Tac-Toe/bin/Debug/net6.0/Content/Textures/Cross win text.xnb b/Tic-Tac-Toe/bin/Debug/net6.0/Content/Textures/Cross win text.xnb new file mode 100644 index 0000000..6a4df24 Binary files /dev/null and b/Tic-Tac-Toe/bin/Debug/net6.0/Content/Textures/Cross win text.xnb differ diff --git a/Tic-Tac-Toe/bin/Debug/net6.0/Tic-Tac-Toe.dll b/Tic-Tac-Toe/bin/Debug/net6.0/Tic-Tac-Toe.dll index a6035c9..1833044 100644 Binary files a/Tic-Tac-Toe/bin/Debug/net6.0/Tic-Tac-Toe.dll and b/Tic-Tac-Toe/bin/Debug/net6.0/Tic-Tac-Toe.dll differ diff --git a/Tic-Tac-Toe/bin/Debug/net6.0/Tic-Tac-Toe.pdb b/Tic-Tac-Toe/bin/Debug/net6.0/Tic-Tac-Toe.pdb index aa8beb8..bd4224f 100644 Binary files a/Tic-Tac-Toe/bin/Debug/net6.0/Tic-Tac-Toe.pdb and b/Tic-Tac-Toe/bin/Debug/net6.0/Tic-Tac-Toe.pdb differ diff --git a/Tic-Tac-Toe/obj/Debug/net6.0/Tic-Tac-Toe.csproj.FileListAbsolute.txt b/Tic-Tac-Toe/obj/Debug/net6.0/Tic-Tac-Toe.csproj.FileListAbsolute.txt index f68e2ca..9777a55 100644 --- a/Tic-Tac-Toe/obj/Debug/net6.0/Tic-Tac-Toe.csproj.FileListAbsolute.txt +++ b/Tic-Tac-Toe/obj/Debug/net6.0/Tic-Tac-Toe.csproj.FileListAbsolute.txt @@ -56,3 +56,5 @@ C:\dev\TicTacToe\Tic-Tac-Toe\obj\Debug\net6.0\refint\Tic-Tac-Toe.dll C:\dev\TicTacToe\Tic-Tac-Toe\obj\Debug\net6.0\Tic-Tac-Toe.pdb C:\dev\TicTacToe\Tic-Tac-Toe\obj\Debug\net6.0\Tic-Tac-Toe.genruntimeconfig.cache C:\dev\TicTacToe\Tic-Tac-Toe\obj\Debug\net6.0\ref\Tic-Tac-Toe.dll +C:\dev\TicTacToe\Tic-Tac-Toe\bin\Debug\net6.0\Content\Textures\Circle win text.xnb +C:\dev\TicTacToe\Tic-Tac-Toe\bin\Debug\net6.0\Content\Textures\Cross win text.xnb diff --git a/Tic-Tac-Toe/obj/Debug/net6.0/Tic-Tac-Toe.dll b/Tic-Tac-Toe/obj/Debug/net6.0/Tic-Tac-Toe.dll index a6035c9..1833044 100644 Binary files a/Tic-Tac-Toe/obj/Debug/net6.0/Tic-Tac-Toe.dll and b/Tic-Tac-Toe/obj/Debug/net6.0/Tic-Tac-Toe.dll differ diff --git a/Tic-Tac-Toe/obj/Debug/net6.0/Tic-Tac-Toe.pdb b/Tic-Tac-Toe/obj/Debug/net6.0/Tic-Tac-Toe.pdb index aa8beb8..bd4224f 100644 Binary files a/Tic-Tac-Toe/obj/Debug/net6.0/Tic-Tac-Toe.pdb and b/Tic-Tac-Toe/obj/Debug/net6.0/Tic-Tac-Toe.pdb differ