본문 바로가기

JS Coding

검색하기
JS Coding
프로필사진 JSKJS

  • DEVELOPMENT (31)
    • Java (10)
    • Spring (1)
    • JavaScript (9)
    • C.C++.C# (0)
    • DSP (0)
    • LINUX (1)
    • Python (2)
    • DB (1)
    • ETC (5)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«   2025/07   »
일 월 화 수 목 금 토
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31
Tags
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록Python (2)

JS Coding

[Python] 파이썬 통한 오목게임 만들기

import sys from PyQt5 import uic, QtGui from PyQt5.QtWidgets import QApplication, QMainWindow from PyQt5.Qt import QPushButton, QSize, QMessageBox form_class = uic.loadUiType("omok03_19.ui")[0] class MainClass(QMainWindow, form_class): def __init__(self) : QMainWindow.__init__(self) self.setupUi(self) self.flag_wb = True self.flag_over = False self.arr2D = [ [0,0,0,0,0, 0,0,0,0,0, 0,0,0,0,0, 0,0..

Python 2024. 1. 3. 13:05
[Python] 파이썬으로 테트리스 게임 만들기

import sys from PyQt5.QtWidgets import * from PyQt5 import uic, QtGui from PyQt5.QtGui import QPixmap, QIcon from PyQt5.Qt import QMainWindow, QLabel, Qt, QTimer from random import random from conda.common._logic import FALSE, TRUE class Block: def __init__(self): self.i = 2 self.j = 5 self.type = int(random()*7)+1 self.status = 0 def __str__(self): return "{}:{}:{}:{}".format(self.i,self.j,self..

Python 2024. 1. 3. 13:03
이전 Prev 1 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바