Skip to content

Commit

Permalink
simple improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarık Seyceri committed Mar 9, 2024
1 parent 983782f commit ab8a972
Show file tree
Hide file tree
Showing 16 changed files with 2,015 additions and 1,971 deletions.
11 changes: 11 additions & 0 deletions .classpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="resources"/>
<classpathentry kind="output" path="bin"/>
</classpath>
17 changes: 17 additions & 0 deletions .project
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>Connect4.java</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
11 changes: 0 additions & 11 deletions Connect4.java/LICENSE.md

This file was deleted.

Binary file removed Connect4.java/bin/Connect4.class
Binary file not shown.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Connect4.java
Connect4 v3.0, This project is a game developed in three versions, C, C++ &amp; Java SE, older to newer respect
Connect4 v3, This project is a game developed in three versions, C, C++ &amp; Java SE, older to newer respect

This version is written with Java SE Programming Language (With GUI) in 2013,

![alt Preview](https://github.com/TarikSeyceri/Connect4.java/blob/master/Connect4.java.v3.0_preview.png?raw=true)
![alt Preview](preview.png)

it was for my fourth semester project in uni

Expand Down
1 change: 1 addition & 0 deletions bin/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/images/
Binary file not shown.
Binary file added bin/Connect4.class
Binary file not shown.
File renamed without changes
Binary file added release/Connect4.jar
Binary file not shown.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Loading

0 comments on commit ab8a972

Please sign in to comment.