์ด๋ฏธ์ง2 [React] 7. ์ด๋ฏธ์ง ์ฝ์ ํ๊ธฐ(css, html, publicํด๋์์ ๊ฐ์ ธ์ค๊ธฐ) ์ด์ ๊ธ โผ ๋๋ณด๊ธฐ 0. 2023.05.05 - [๐ | WEB DEV/React] - [React] 0. React๋ฅผ ์ฌ์ฉํ๋ ์ด์ & ์ด๊ธฐ ์ธํ 1. 2023.05.07 - [๐ | WEB DEV/React] - [React] 1. JSX 2. 2023.05.26 - [๐ | WEB DEV/React] - [React] 2. state (๋ณ์, array, object) 2-1. 2023.05.27 - [๐ | WEB DEV/React] - [React] 2-1. array state ์ ๋ ฌํ๊ธฐ ( .sort()ํ์ฉ) 3. 2023.05.28 - [๐ | WEB DEV/React] - [React] 3. ์ปดํฌ๋ํธ (Component) 4. 2023.05.28 - [๐ | WEB DEV/React] - .. 2023. 7. 3. pygame_(2)_๋ฐฐ๊ฒฝ, ๋ก๊ณ import pygame def main(): pygame.init() # ํ์ดํ pygame.display.set_caption("MYGAME") #๊ฒ์ ์ด๋ฆ # ํ๋ฉด ํฌ๊ธฐ ์ค์ screen_width = 480 #๊ฐ๋ก ํฌ๊ธฐ screen_height = 640 #์ธ๋ก ํฌ๊ธฐ screen = pygame.display.set_mode((screen_width, screen_height)) #screen = pygame.display.set_mode((480, 640)) # ๋ก๊ณ ์ค์ logo = pygame.image.load("๋ก๊ณ ์ด๋ฏธ์ง ๊ฒฝ๋ก") pygame.display.set_icon(logo) # ๋ฐฐ๊ฒฝ ์ด๋ฏธ์ง ๋ถ๋ฌ์ค๊ธฐ background = pygame.image.load("๋ฐฐ๊ฒฝ ์ด๋ฏธ์ง ๊ฒฝ๋ก") .. 2021. 11. 4. ์ด์ 1 ๋ค์ ๋ฐ์ํ